mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-23 13:18:09 +01:00
[MIRROR] Amputation Repair, Surgery adjustments, and amputation vision. (#12475)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
de8b0c830b
commit
0b9b1617ad
@@ -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
|
||||
|
||||
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user