mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Adds Suspicious Bomber Jacket (#19545)
* syndicatebomber * armourmeup * Update code/modules/clothing/suits/miscellaneous.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com>
This commit is contained in:
co-authored by
Sirryan2002
parent
e80ae1f95f
commit
66e893ad2d
@@ -1733,6 +1733,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 20
|
||||
cant_discount = TRUE
|
||||
|
||||
/datum/uplink_item/badass/bomber
|
||||
name = "Syndicate Bomber Jacket"
|
||||
desc = "An awesome jacket to help you style on Nanotrasen with. The lining is made of a thin polymer to provide a small amount of armor. Does not provide any extra storage space."
|
||||
reference = "JCKT"
|
||||
item = /obj/item/clothing/suit/jacket/syndicatebomber
|
||||
cost = 1
|
||||
|
||||
/datum/uplink_item/implants/macrobomb
|
||||
name = "Macrobomb Bio-chip"
|
||||
desc = "A bio-chip injected into the body, and later activated either manually or automatically upon death. Upon death, releases a massive explosion that will wipe out everything nearby."
|
||||
|
||||
Reference in New Issue
Block a user