mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
Makes a failsafe drink overdose proc
This commit is contained in:
@@ -450,6 +450,9 @@
|
||||
if(adj_temp < 0 && M.bodytemperature > 310)
|
||||
M.bodytemperature = min(310, M.bodytemperature - (adj_temp * TEMPERATURE_DAMAGE_COEFFICIENT))
|
||||
|
||||
/datum/reagent/drink/overdose(var/mob/living/carbon/M, var/alien) //Added this is a failsafe, as coffee milkshakes were FUCKING KILLING PEOPLE
|
||||
M.make_jittery(5)
|
||||
|
||||
// Juices
|
||||
|
||||
/datum/reagent/drink/juice/banana
|
||||
@@ -2844,4 +2847,4 @@
|
||||
adj_temp = -5
|
||||
|
||||
glass_name = "Mint Julep"
|
||||
glass_desc = "Minty and refreshing, perfect for a hot day."
|
||||
glass_desc = "Minty and refreshing, perfect for a hot day."
|
||||
|
||||
Reference in New Issue
Block a user