Traitor Steal Objective now Checks Storage Implants

Does what it says on the tin. In assessing the completion of a steal
objective, storage implants will now be checked.
This commit is contained in:
KasparoVy
2017-01-31 05:01:23 -05:00
parent a84d4a1b8d
commit 4a9f7f28f7
2 changed files with 24 additions and 18 deletions
@@ -49,6 +49,10 @@
return ..()
/obj/item/weapon/implant/storage/proc/get_contents() //Used for swiftly returning a list of the implant's contents i.e. for checking a theft objective's completion.
if(storage && storage.contents)
return storage.contents
/obj/item/weapon/implanter/storage
name = "implanter (storage)"