mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Tgpanel (#8007)
Co-authored-by: ItsSelis <selis@xynolabs.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
@@ -153,7 +153,7 @@
|
||||
unpetrify(deal_damage = FALSE, deleting = TRUE)
|
||||
|
||||
/obj/structure/gargoyle/examine_icon()
|
||||
var/icon/examine_icon = ..()
|
||||
var/icon/examine_icon = icon(icon=src.icon, icon_state=src.icon_state, dir=SOUTH, frame=1, moving=0) //CHOMPEdit might be needed
|
||||
examine_icon.MapColors(rgb(77,77,77), rgb(150,150,150), rgb(28,28,28), rgb(0,0,0))
|
||||
return examine_icon
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
comp.transformed = FALSE
|
||||
else
|
||||
if (was_rayed)
|
||||
gargoyle.verbs -= /mob/living/carbon/human/proc/gargoyle_transformation
|
||||
remove_verb(gargoyle,/mob/living/carbon/human/proc/gargoyle_transformation) //CHOMPEdit
|
||||
if (gargoyle.loc == src)
|
||||
gargoyle.forceMove(loc)
|
||||
gargoyle.transform = transform
|
||||
|
||||
Reference in New Issue
Block a user