fix bees, roaches and lights on test tiny (#29335)

This commit is contained in:
DeityLink
2021-04-26 17:50:55 +02:00
committed by GitHub
parent 4caf73688e
commit eebcefb1b8
7 changed files with 21 additions and 13 deletions

View File

@@ -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)