module things, jfc

This commit is contained in:
Poojawa
2018-09-11 07:51:01 -05:00
parent 8b9ef1e400
commit 284e9d0325
695 changed files with 11343 additions and 5661 deletions
+3 -2
View File
@@ -31,11 +31,11 @@
return
else if(isliving(target))
if(ishuman(target))
check_infection(target, user)
try_to_zombie_infect(target)
else
check_feast(target, user)
/obj/item/zombie_hand/proc/check_infection(mob/living/carbon/human/target, mob/user)
/proc/try_to_zombie_infect(mob/living/carbon/human/target)
CHECK_DNA_AND_SPECIES(target)
if(NOZOMBIE in target.dna.species.species_traits)
@@ -50,6 +50,7 @@
infection.Insert(target)
/obj/item/zombie_hand/suicide_act(mob/user)
user.visible_message("<span class='suicide'>[user] is ripping [user.p_their()] brains out! It looks like [user.p_theyre()] trying to commit suicide!</span>")
if(isliving(user))