mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 12:04:48 +01:00
Few bugfixes for Shadow Demon (#25671)
* Few bugfixes for Shadow Demon * Update shadow_demon.dm * Update code/game/gamemodes/miniantags/demons/shadow_demon/shadow_demon.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com> * Update code/game/objects/structures/crates_lockers/closets.dm Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com> Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com> --------- Signed-off-by: Сиротка <114731039+ErdGinalD@users.noreply.github.com> Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
if(throwing)
|
||||
throwing.finalize(FALSE)
|
||||
|
||||
/obj/structure/closet/extinguish_light(force)
|
||||
for(var/atom/A in contents)
|
||||
A.extinguish_light(force)
|
||||
|
||||
/obj/structure/closet/proc/open()
|
||||
if(opened)
|
||||
return FALSE
|
||||
|
||||
Reference in New Issue
Block a user