mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Committing for QualityVan!
Fixes issue 458. Changes singularity beacons to consume zero power but require a certain amount to function, check the attached wire rather than the area for that power, and most importantly, not work in space(normally). git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4399 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -576,7 +576,7 @@ mob/sd_ApplyLum(list/V, center = src)
|
||||
if(isturf(loc))
|
||||
V = view(luminosity,loc)
|
||||
else
|
||||
V = view(luminosity,src)
|
||||
V = view(luminosity,get_turf(src))
|
||||
. = ..(V, center)
|
||||
|
||||
mob/sd_StripLum(list/V, center = src)
|
||||
@@ -584,7 +584,7 @@ mob/sd_StripLum(list/V, center = src)
|
||||
if(isturf(loc))
|
||||
V = view(luminosity,loc)
|
||||
else
|
||||
V = view(luminosity,src)
|
||||
V = view(luminosity,get_turf(src))
|
||||
. = ..(V, center)
|
||||
|
||||
mob/sd_ApplyLocalLum(list/affected)
|
||||
|
||||
Reference in New Issue
Block a user