mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
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:
@@ -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>")
|
||||
|
||||
Reference in New Issue
Block a user