mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 14:37:04 +01:00
Adds the chameleon counterfeiter (#19335)
* added cham counterfeit main code * overlays and uplink * icon * small message fix * adjustments * updated cost * Apply suggestions from code review Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * remvoved duplicated and added suggestion * description * adjustment * moved to new file * moved to new file and farie suggestion * added examine override * removed unnecessary stuff * Update code/game/objects/items/devices/chameleon_counter.dm Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> * removed unnecessary stuff * Update code/datums/uplink_item.dm Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com> * lewcc suggestions * moved playsound to before if Co-authored-by: Sirryan2002 <80364400+Sirryan2002@users.noreply.github.com> Co-authored-by: Luc <89928798+lewcc@users.noreply.github.com>
This commit is contained in:
co-authored by
Sirryan2002
Luc
parent
f4a55d844b
commit
d9903511e8
@@ -1268,6 +1268,13 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
item = /obj/item/chameleon
|
||||
cost = 7
|
||||
|
||||
/datum/uplink_item/stealthy_tools/chameleon_counter
|
||||
name = "Chameleon Counterfeiter"
|
||||
desc = "This device disguises itself as any object scanned by it. The disguise is not a perfect replica and can be noticed when examined by an observer."
|
||||
reference = "CC"
|
||||
item = /obj/item/chameleon_counterfeiter
|
||||
cost = 2
|
||||
|
||||
/datum/uplink_item/stealthy_tools/camera_bug
|
||||
name = "Camera Bug"
|
||||
desc = "Enables you to view all cameras on the network to track a target."
|
||||
|
||||
Reference in New Issue
Block a user