mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
* 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>
16 lines
1004 B
Plaintext
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."
|