Working on vines.

This commit is contained in:
Zuhayr
2015-02-18 23:37:27 +10:30
parent ae1161184c
commit 728cb3cffa
11 changed files with 147 additions and 116 deletions
+9 -2
View File
@@ -192,6 +192,13 @@ datum
M.resistances += self.data
return
woodpulp
name = "Wood Pulp"
id = "woodpulp"
description = "A mass of wood fibers."
reagent_state = LIQUID
color = "#B97A57"
#define WATER_LATENT_HEAT 19000 // How much heat is removed when applied to a hot turf, in J/unit (19000 makes 120 u of water roughly equivalent to 4L)
water
name = "Water"
@@ -260,13 +267,13 @@ datum
reaction_mob(var/mob/living/M, var/method=TOUCH, var/volume)
if (istype(M, /mob/living/carbon/slime))
var/mob/living/carbon/slime/S = M
var/mob/living/carbon/slime/S = M
S.apply_water(volume)
if(method == TOUCH && isliving(M))
M.adjust_fire_stacks(-(volume / 10))
if(M.fire_stacks <= 0)
M.ExtinguishMob()
return
return
water/holywater
name = "Holy Water"