This commit is contained in:
Iamgoofball
2015-03-27 18:44:42 -07:00
parent 4a88b9b3f7
commit b58a76e4e0
+1 -1
View File
@@ -24,7 +24,7 @@ datum
var/metabolization_rate = REAGENTS_METABOLISM
//var/list/viruses = list()
var/color = "#000000" // rgb: 0, 0, 0 (does not support alpha channels - yet!)
var/shock_reduction = 0
proc
reaction_mob(var/mob/M, var/method=TOUCH, var/volume) //By default we have a chance to transfer some
if(!istype(M, /mob/living)) return 0