Nuke ops now know the code to their explosive implant

This commit is contained in:
alex-gh
2013-12-23 08:02:39 +01:00
parent 6e0f7ac0be
commit 0fb09aa54b
+4
View File
@@ -193,6 +193,10 @@
for(var/datum/objective/objective in syndicate.objectives)
syndicate.current << "<B>Objective #[obj_count]</B>: [objective.explanation_text]"
obj_count++
for(var/obj/item/weapon/implant/explosive/E in syndicate.current.contents)
if (E.implanted)
syndicate.current << "The activation code for your explosive implant is <B>[E.phrase]</B>"
syndicate.store_memory("The activation code for your explosive implant is <B>[E.phrase]</B>")
return