[MIRROR] Fixes clown and mime pin mob sprites (#3201)

* Fix clown and mime pin mob sprites (#56725)

Gives them four directions, puts them in the right place on the
directions they're visible. Previously they only had the one which was
then used for all four directions.

Removes lines defining the same variables as the parent

Co-authored-by: RaveRadbury <3204033+RaveRadbury@ users.noreply.github.com>

* Fixes clown and mime pin mob sprites

Co-authored-by: cacogen <25089914+cacogen@users.noreply.github.com>
Co-authored-by: RaveRadbury <3204033+RaveRadbury@ users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-02-09 00:44:28 +01:00
committed by GitHub
parent c8d287a16d
commit dc448ef8f2
2 changed files with 4 additions and 10 deletions
+4 -10
View File
@@ -330,12 +330,9 @@
////////////////
/obj/item/clothing/accessory/fan_clown_pin
name = "Clown Pin"
desc = "A pin to show off your appreciation for clowns and clowning"
name = "\improper Clown Pin"
desc = "A pin to show off your appreciation for clowns and clowning!"
icon_state = "fan_clown_pin"
above_suit = FALSE
minimize_when_attached = TRUE
attachment_slot = CHEST
/obj/item/clothing/accessory/fan_clown_pin/on_uniform_equip(obj/item/clothing/under/U, user)
var/mob/living/L = user
@@ -348,12 +345,9 @@
SEND_SIGNAL(L, COMSIG_CLEAR_MOOD_EVENT, "fan_clown_pin")
/obj/item/clothing/accessory/fan_mime_pin
name = "Mime Pin"
desc = "A pin to show off your appreciation for mimes and miming"
name = "\improper Mime Pin"
desc = "A pin to show off your appreciation for mimes and miming!"
icon_state = "fan_mime_pin"
above_suit = FALSE
minimize_when_attached = TRUE
attachment_slot = CHEST
/obj/item/clothing/accessory/fan_mime_pin/on_uniform_equip(obj/item/clothing/under/U, user)
var/mob/living/L = user
Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB