This commit is contained in:
Incoming
2014-08-17 23:55:26 -04:00
parent dc448bf791
commit 68bcb4dbbd
2 changed files with 5 additions and 2 deletions
@@ -196,7 +196,7 @@ var/global/list/protected_objects = list(/obj/structure/table, /obj/structure/ca
maxHealth = health
if(creator)
src.creator = creator
faction = list("\ref[creator]") // very unique
faction += "\ref[creator]" // very unique
if(destroy_original)
qdel(O)
return 1