Balancing for genetics side-effects:

- The knockdown is now much shorter, meaning a geneticist may be able to give themselves the cure in time.
- Reduced radiation created from syringes, since there are other side-effects now.
This commit is contained in:
cib
2012-11-11 18:51:02 +01:00
parent d62aa1425f
commit fb295ee0cf
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -61,13 +61,13 @@
H.monkeyize()
proc/trigger_side_effect(mob/living/carbon/human/H)
if(!istype(H)) return
if(!istype(H)) returngit a
var/tp = pick(typesof(/datum/genetics/side_effect) - /datum/genetics/side_effect)
var/datum/genetics/side_effect/S = new tp
S.start(H)
spawn(20)
H.Weaken(S.duration)
H.Weaken(rand(0, S.duration / 20))
sleep(S.duration)
H.SetWeakened(0)
S.finish(H)