Merge pull request #4480 from Incoming5643/statuefix

fixes #4479
This commit is contained in:
Alex
2014-08-19 10:20:56 +01:00
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