you cant spam soul stones anymore

This commit is contained in:
Garen Crownguard
2019-05-29 22:09:58 -05:00
parent 5b84c38888
commit 3fc09cd13b
@@ -212,6 +212,8 @@
/proc/makeNewConstruct(mob/living/simple_animal/hostile/construct/ctype, mob/target, mob/stoner = null, cultoverride = 0, loc_override = null)
if(QDELETED(target))
return
var/mob/living/simple_animal/hostile/construct/newstruct = new ctype((loc_override) ? (loc_override) : (get_turf(target)))
if(stoner)
newstruct.faction |= "[REF(stoner)]"