mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user