Removes Bluespace Tile Speed, Replaces It With Anti-Slowdown (#22271)

* the start

* gear slowdown time

* nicer check

* trait time!

* dimach + henri review

* contra review

* sean review
This commit is contained in:
matttheficus
2023-10-01 17:41:09 +01:00
committed by GitHub
parent 53c3e893c2
commit 9d0c74b687
4 changed files with 33 additions and 17 deletions
@@ -574,7 +574,7 @@
/obj/item/stack/tile/bluespace
name = "bluespace floor tile"
singular_name = "floor tile"
desc = "Through a series of micro-teleports, these tiles let people move at incredible speeds."
desc = "Through a series of micro-teleports, these tiles allow you to move things that would otherwise slow you down."
icon_state = "tile-bluespace"
w_class = WEIGHT_CLASS_NORMAL
force = 6
@@ -588,11 +588,14 @@
/turf/simulated/floor/bluespace
slowdown = -1
icon_state = "bluespace"
desc = "Through a series of micro-teleports, these tiles let people move at incredible speeds."
desc = "Through a series of micro-teleports, these tiles allow you to move things that would otherwise slow you down."
floor_tile = /obj/item/stack/tile/bluespace
/turf/simulated/floor/bluespace/Initialize(mapload)
. = ..()
ADD_TRAIT(src, TRAIT_BLUESPACE_SPEED, FLOOR_EFFECT_TRAIT)
/obj/item/stack/tile/sepia
name = "sepia floor tile"