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:
deathride58
2018-09-07 08:40:53 -04:00
committed by kevinz000
parent 5368b36397
commit b604390f33
11 changed files with 72 additions and 1 deletions
+6
View File
@@ -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"