Implements new fossilized plant features and related chems. (#19303)

* Implements new fossilized plant features and related chems.

* Make spiders from the drink spawn under the imbiber.
This commit is contained in:
Allspice
2018-08-23 02:24:21 -07:00
committed by jknpj
parent 8b77854a3e
commit 6c9558b49f
22 changed files with 658 additions and 115 deletions

View File

@@ -343,6 +343,7 @@ var/list/LOGGED_SPLASH_REAGENTS = list(FUEL, THERMITE)
if(isrobot(user))
reagents.remove_any(amount_per_imbibe)
reagents.reaction(user, TOUCH)
return 1
if(reagents.total_volume)
if(can_drink(user))
@@ -383,4 +384,4 @@ var/list/LOGGED_SPLASH_REAGENTS = list(FUEL, THERMITE)
var/thermal_energy = I.thermal_energy_transfer()
if(temperature && reagents)
reagents.heating(thermal_energy, temperature)
to_chat(user, "<span class='notice'>You heat [src] with [I].</span>")
to_chat(user, "<span class='notice'>You heat [src] with [I].</span>")