[MIRROR] Amputation Repair, Surgery adjustments, and amputation vision. (#12475)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2026-02-28 04:50:24 -05:00
committed by GitHub
co-authored by Cameron Lennox
parent de8b0c830b
commit 0b9b1617ad
31 changed files with 807 additions and 539 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
if (lights_glowing)
add_overlay(emissive_appearance(icon, "[icon_state]-lights"))
/obj/item/toy/plushie/borgplushie/drake/get_description_info()
/obj/item/toy/plushie/borgplushie/drake/get_description_info(list/additional_information)
return "The lights on the plushie can be toggled [lights_glowing ? "off" : "on"] by alt-clicking on it."
/obj/item/toy/plushie/borgplushie/drake/sec
+1 -1
View File
@@ -167,7 +167,7 @@
examine_icon.MapColors(rgb(77,77,77), rgb(150,150,150), rgb(28,28,28), rgb(0,0,0))
return examine_icon
/obj/structure/gargoyle/get_description_info()
/obj/structure/gargoyle/get_description_info(list/additional_information)
var/mob/living/carbon/human/gargoyle = WR_gargoyle.resolve()
if(gargoyle)
if(isspace(loc) || isopenspace(loc))