EVERYTHING BROKE AAAAAAAAAAAAAAAAAA

This commit is contained in:
Fermi
2019-05-23 20:21:52 +01:00
parent c373b252d2
commit 310344e828
4 changed files with 30 additions and 13 deletions
@@ -10,7 +10,7 @@
/datum/quirk/Hypno/add()
//You caught me, it's not actually based off a trigger, stop spoiling the effect! Code diving ruins the magic!
addtimer(CALLBACK(quirk_holder, /datum/quirk/Hypno/proc/triggered, quirk_holder), rand(12000, 36000))
addtimer(CALLBACK(src, /datum/quirk/Hypno.proc/triggered, quirk_holder), rand(1200, 3600))//increase by 10, it's lower so I can test it.
/datum/quirk/Hypno/proc/triggered(quirk_holder)//I figured I might as well make a trait of code I added.
var/mob/living/carbon/human/H = quirk_holder