This commit is contained in:
ZomgPonies
2014-06-22 01:49:56 -04:00
5 changed files with 7256 additions and 7271 deletions
@@ -31,7 +31,7 @@
/datum/reagent/antidepressant/citalopram
name = "Citalopram"
id = "citalopram"
description = "Stabilizes the mind a little."
description = "Stabilizes the mind a little, reducing hallucinations."
reagent_state = LIQUID
color = "#C8A5DC"
custom_metabolism = 0.01
@@ -39,13 +39,7 @@
on_mob_life(var/mob/living/M as mob)
if(!M) M = holder.my_atom
if(src.volume <= 0.1) if(data != -1)
data = -1
M << "\red Your mind feels a little less stable.."
else
if(world.time > data + ANTIDEPRESSANT_MESSAGE_DELAY)
data = world.time
M << "\blue Your mind feels stable.. a little stable."
M.hallucination = max(0, M.hallucination - 10)
..()
return