mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Cocooned objects no longer emit light (#18464)
This commit is contained in:
@@ -261,6 +261,7 @@
|
||||
var/large_cocoon = 0
|
||||
C.pixel_x = cocoon_target.pixel_x
|
||||
C.pixel_y = cocoon_target.pixel_y
|
||||
cocoon_target.extinguish_light()
|
||||
for(var/obj/O in C.loc)
|
||||
if(!O.anchored)
|
||||
if(istype(O, /obj/item))
|
||||
|
||||
Reference in New Issue
Block a user