Adds cloneloss to DNA Injectors

Makes sense, doesn't it? Messing with your genes? Each one doubles your cloneloss, starting at 2.
This commit is contained in:
Arokha Sieyes
2017-02-06 16:01:28 -05:00
parent 94b621b310
commit 935ff411a5
@@ -67,7 +67,8 @@
if(istype(M,/mob/living))
var/mob/living/L = M
L.apply_effect(rand(5,20), IRRADIATE, check_protection = 0)
L.apply_damage(min(2,L.getCloneLoss()), CLONE) //VOREStation Add - Enjoy.
if (!(NOCLONE in M.mutations)) // prevents drained people from having their DNA changed
if (buf.types & DNA2_BUF_UI)
if (!block) //isolated block?