Merge pull request #9268 from Mloc/lightwrite

fix for "cleaning light"
This commit is contained in:
Ccomp5950
2015-05-14 15:08:03 -04:00
2 changed files with 3 additions and 1 deletions
@@ -435,6 +435,8 @@ var/const/INGEST = 2
return 0
/datum/reagents/proc/reaction(var/atom/A, var/method=TOUCH, var/volume_modifier=0)
if(!istype(A) || !A.simulated)
return
switch(method)
if(TOUCH)