mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Fix for people summoning the forces of darkness with their flashlights.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4295 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -529,7 +529,7 @@ atom/movable/Move() // when something moves
|
||||
if(.&&(luminosity>0)) // if the atom actually moved
|
||||
if(istype(oldloc))
|
||||
sd_StripLum(oldview,oldloc)
|
||||
//oldloc.sd_lumcount++ // correct "off by 1" error in oldloc - no longer needed it seems (Erro)
|
||||
oldloc.sd_lumcount++ // correct "off by 1" error in oldloc
|
||||
sd_ApplyLum()
|
||||
|
||||
area
|
||||
|
||||
Reference in New Issue
Block a user