Made hyperzine harder to make properly.

This commit is contained in:
ZomgPonies
2014-06-06 02:35:10 -04:00
parent f370d92dfa
commit 489cdf0096
3 changed files with 47 additions and 13 deletions
+1
View File
@@ -727,6 +727,7 @@ var/list/compatible_mobs = list(/mob/living/carbon/human, /mob/living/carbon/mon
name = "Coldingtons Effect"
stage = 1
activate(var/mob/living/carbon/mob,var/multiplier)
if (mob.reagents.has_reagent("benazine")) return
if (prob(30))
mob << "<span class='warning'>You feel like you are about to sneeze!</span>"
sleep(5)