mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-01-25 17:02:04 +00:00
Merge pull request #16731 from hal9000PR/gun-light-runtime-fix
Gunlight runtime fix
This commit is contained in:
@@ -403,7 +403,7 @@
|
||||
return TRUE
|
||||
|
||||
/obj/item/gun/extinguish_light()
|
||||
if(gun_light.on)
|
||||
if(gun_light?.on)
|
||||
toggle_gunlight()
|
||||
visible_message("<span class='danger'>[src]'s light fades and turns off.</span>")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user