mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Co-authored-by: Changelogs <action@github.com> Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Guti <32563288+TheCaramelion@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com> Co-authored-by: Kashargul <KashL@t-online.de>
11 lines
443 B
Plaintext
11 lines
443 B
Plaintext
/datum/technomancer/consumable/freedom_implant
|
|
name = "Freedom Implant"
|
|
desc = "A hidden implant which allows one to escape bindings such as handcuffs."
|
|
cost = 50
|
|
obj_path = /obj/item/storage/box/syndie_kit/imp_freedom
|
|
|
|
/datum/technomancer/consumable/explosive_implant
|
|
name = "Explosive Implant"
|
|
desc = "A hidden implant which will explode if it hears a passphrase."
|
|
cost = 150
|
|
obj_path = /obj/item/storage/box/syndie_kit/imp_explosive |