Skip to content

Commit

Permalink
Removes the Clown dogborg sprite. (Bubberstation#1858)
Browse files Browse the repository at this point in the history
<!-- Write **BELOW** The Headers and **ABOVE** The comments else it may
not be viewable. -->
<!-- You can view Contributing.MD for a detailed description of the pull
request process. -->

## About The Pull Request

How this sprite got approved by any server is beyond me. But this shit
is, quite possibly one of the worst I've seen.

## Why It's Good For The Game

This thing is ugly as sin.

## Proof Of Testing

It works.

![image](https://github.com/user-attachments/assets/3c11bf90-9e28-4af8-942a-3c4053a1dd3c)
Look atthis ugly thing.

![image](https://github.com/user-attachments/assets/ad843a77-77c7-435e-968a-69c166a63b16)
I hate it.

## Changelog

<!-- If your PR modifies aspects of the game that can be concretely
observed by players or admins you should add a changelog. If your change
does NOT meet this description, remove this section. Be sure to properly
mark your PRs to prevent unnecessary GBP loss. You can read up on GBP
and its effects on PRs in the tgstation guides for contributors. Please
note that maintainers freely reserve the right to remove and add tags
should they deem it appropriate. You can attempt to finagle the system
all you want, but it's best to shoot for clear communication right off
the bat. -->

:cl:
del: Clown Dogborg is gone thank fuck.
/:cl:

<!-- Both :cl:'s are required for the changelog to work! You can put
your name to the right of the first :cl: if you want to overwrite your
GitHub username as author ingame. -->
<!-- You can use multiple of the same prefix (they're only used for the
icon ingame) and delete the unneeded ones. Despite some of the tags,
changelogs should generally represent how a player might be affected by
the changes rather than a summary of the PR's contents. -->

<!-- By opening a pull request. You have read and understood the
repository rules located on the main README.md on this project. -->

Co-authored-by: projectkepler-RU <[email protected]>
  • Loading branch information
theselfish and projectkepler-ru authored Jul 30, 2024
1 parent cd3fdb0 commit 5eca39b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions modular_zubbers/code/modules/borgs/code/robot_model.dm
Original file line number Diff line number Diff line change
Expand Up @@ -275,18 +275,6 @@

)


/* BUBBER SPRITE ADDITIONS BELOW */
/obj/item/robot_model/clown/Initialize(mapload)
. = ..()
borg_skins |= list(
"Vale" = list(
SKIN_ICON_STATE = "vale",
SKIN_ICON = CYBORG_ICON_CLOWN_WIDE_BUBBER,
SKIN_FEATURES = list(TRAIT_R_UNIQUEWRECK, TRAIT_R_WIDE),
),
)

/obj/item/robot_model/standard/Initialize(mapload)
. = ..()
borg_skins |= list(
Expand Down
Binary file not shown.

0 comments on commit 5eca39b

Please sign in to comment.