mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
Fake nuclear disks are even more convincing (#34466)
* Fake nuclear disks are even more convincing 🆑 coiax add: Fake nuclear disks can only be identified by the captain, observers, nuclear operatives, seeing where the pinpointer points, or attempting to put it into a nuclear device. add: Fake nuclear disks "respawn" on the station just like the real one. /🆑 - Removes anti-duplication on the syndicate nuke, gets in the way of testing. Why? If you manage to pickpocket the Head of Security, steal the disk, and replace it with a fake, then he shouldn't be able to tell the difference. Is the disk you're holding real? Maybe you should pop over to the Vault to check. As a nuke op, leave a fake disk near the very real, and very armed nuke, as a final taunt to the crew.
This commit is contained in:
@@ -814,8 +814,8 @@ GLOBAL_LIST_EMPTY(uplink_items) // Global list so we only initialize this once.
|
||||
|
||||
/datum/uplink_item/stealthy_tools/fakenucleardisk
|
||||
name = "Decoy Nuclear Authentication Disk"
|
||||
desc = "It's just a normal disk. Visually it's identical to the real deal, but it won't hold up under closer scrutiny. Don't try to give this to us to complete your objective, we know better!"
|
||||
item = /obj/item/disk/fakenucleardisk
|
||||
desc = "It's just a normal disk. Visually it's identical to the real deal, but it won't hold up under closer scrutiny by the Captain. Don't try to give this to us to complete your objective, we know better!"
|
||||
item = /obj/item/disk/nuclear/fake
|
||||
cost = 1
|
||||
surplus = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user