mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
fix bees, roaches and lights on test tiny (#29335)
This commit is contained in:
@@ -142,13 +142,14 @@ var/global/list/obj/machinery/light/alllights = list()
|
||||
if(A && !A.requires_power)
|
||||
on = 1
|
||||
|
||||
switch(fitting)
|
||||
if("tube")
|
||||
if(prob(2))
|
||||
broken(1)
|
||||
if("bulb")
|
||||
if(prob(5))
|
||||
broken(1)
|
||||
if (!map.lights_always_ok)
|
||||
switch(fitting)
|
||||
if("tube")
|
||||
if(prob(2))
|
||||
broken(1)
|
||||
if("bulb")
|
||||
if(prob(5))
|
||||
broken(1)
|
||||
spawn(1)
|
||||
update(0)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user