mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 12:13:06 +00:00
- Fixed r4301 so it actually does what it set out to do.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4315 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -243,11 +243,7 @@
|
||||
spawn(2)
|
||||
switch(fitting)
|
||||
if("tube")
|
||||
if(src.loc && src.loc.loc && isarea(src.loc.loc))
|
||||
var/area/A = src.loc.loc
|
||||
brightness = A.area_lights_luminosity
|
||||
else
|
||||
brightness = 9
|
||||
brightness = 8
|
||||
if(prob(10))
|
||||
broken(1)
|
||||
if("bulb")
|
||||
|
||||
Reference in New Issue
Block a user