Ports tgstation/tgstation#39302 with adjustments, see desc of commit (#7424)
Instead of the box being 100% invisible at all times, the box will steadily become more and more visible as you move. The faster you move, the more visible the box becomes. The box will slowly become invisible again every process() cycle. This also makes the box inherit the movement delay of it's user, meaning you're able to sprint while moving inside boxes, or walk to slow yourself down.
This commit is contained in:
@@ -1293,6 +1293,12 @@ GLOBAL_LIST_INIT(uplink_items, subtypesof(/datum/uplink_item))
|
||||
cost = 40
|
||||
cant_discount = TRUE
|
||||
|
||||
/datum/uplink_item/cyber_implants/stealthimplant
|
||||
name = "Stealth Implant"
|
||||
desc = "This one-of-a-kind implant will make you almost invisible if you play your cards right."
|
||||
item = /obj/item/implanter/stealth
|
||||
cost = 8
|
||||
|
||||
// Role-specific items
|
||||
/datum/uplink_item/role_restricted
|
||||
category = "Role-Restricted"
|
||||
|
||||
Reference in New Issue
Block a user