Files
1bebedb328 [MIRROR] Adds a fake emag emag act (#28317)
* Adds a fake emag emag act

* modularizing

---------

Co-authored-by: MrMelbert <51863163+MrMelbert@users.noreply.github.com>
Co-authored-by: SpaceLoveSs13 <68121607+SpaceLoveSs13@users.noreply.github.com>
2024-06-23 11:00:57 +05:30

16 lines
1004 B
Plaintext

// Note: Everyone knows what an emag is, both IC and OOC, they even make toy lookalikes.
/obj/item/card/emag
special_desc_requirement = EXAMINE_CHECK_SYNDICATE
special_desc = "An specially modified ID card used to break machinery and disable safeties. Notoriously used by Syndicate agents."
// The 'closer inspection' extra desc for these goes in special_desc
/obj/item/card/emagfake
desc = /obj/item/card/emag::desc
special_desc_requirement = EXAMINE_CHECK_SYNDICATE_TOY
special_desc = "Closer inspection shows that this card is a poorly made replica, with a \"Donk Co.\" logo stamped on the back."
/obj/item/card/emag/doorjack
desc = "This dated-looking ID card has been obviously and illegally modified with extra circuitry. Resembles the infamous \"emag\"."
special_desc_requirement = EXAMINE_CHECK_SYNDICATE
special_desc = "Identifies commonly as a \"doorjack\", this illegally modified ID card can disrupt airlock electronics. Has a self recharging cell. Used often by Syndicate agents."