mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Adds an exploding chameleon flag for traitors
This gives traitors a 7TC chameleon flag. It can be used once to be disguised as any other flag on the station. It comes with an explosive payload equivalent to a minibomb. It explodes once the flag finishes burning. By default it looks like a standard NT flag that has a separate name and description by default. Would have re-opened #5281 instead but things went horribly wrong on my local side. 🆑 IcyV add: Adds an exploding chameleon flag for traitors. /🆑
This commit is contained in:
@@ -783,6 +783,13 @@ var/list/uplink_items = list()
|
||||
reference = "CHHUD"
|
||||
item = /obj/item/clothing/glasses/hud/security/chameleon
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/stealthy_weapons/chameleonflag
|
||||
name = "Chameleon Flag"
|
||||
desc = "A flag that can be disguised as any other known flag. There is a heat sensitive bomb loaded into the pole that will be detonated if the flag is lit on fire."
|
||||
reference = "CHFLAG"
|
||||
item = /obj/item/flag/chameleon
|
||||
cost = 7
|
||||
|
||||
// STEALTHY TOOLS
|
||||
|
||||
|
||||
Reference in New Issue
Block a user