Fixes lighting, backpacks getting contaminated, and bombs not working.

This commit is contained in:
SkyMarshal
2013-04-17 22:07:41 -07:00
parent a7f569b74b
commit 698e7af57c
4 changed files with 33 additions and 62 deletions
+1 -1
View File
@@ -44,8 +44,8 @@ obj/item/proc
can_contaminate()
//Clothing and backpacks can be contaminated.
if(flags & PLASMAGUARD) return 0
else if(istype(src,/obj/item/clothing)) return 1
else if(istype(src,/obj/item/weapon/storage/backpack)) return 0 //Cannot be washed :(
else if(istype(src,/obj/item/clothing)) return 1
contaminate()
//Do a contamination overlay? Temporary measure to keep contamination less deadly than it was.