This commit is contained in:
kevinz000
2019-07-08 12:31:15 -07:00
parent d61732472c
commit adf2166c57
10 changed files with 65 additions and 4 deletions
-1
View File
@@ -13,7 +13,6 @@
var/mob/living/quirk_holder
/datum/quirk/New(mob/living/quirk_mob, spawn_effects)
..()
if(!quirk_mob || (human_only && !ishuman(quirk_mob)) || quirk_mob.has_quirk(type))
qdel(src)
quirk_holder = quirk_mob