Files
c8082e1009 Compliance with standards (#134)
* enjoy

* Update shuttles.dm

sowwy

Co-authored-by: Maksxpl <18237380+maksxpl@users.noreply.github.com>
2021-01-19 12:44:08 -03:00

12 lines
353 B
Plaintext

/datum/status_effect/crusher_mark/harm
id = "crusher_mark_harm"
duration = 100
/datum/status_effect/crusher_mark/harm/on_apply()
. = ..()
marked_underlay = mutable_appearance('icons/effects/effects.dmi', "shield2")
marked_underlay.pixel_x = -owner.pixel_x
marked_underlay.pixel_y = -owner.pixel_y
owner.underlays += marked_underlay
return TRUE