Vehicle balance

Went ahead and toned down the speed of a lot of vehicles, along with making a new variable that unbuckles a player if their size is too small/big. Additionally buffed some holo sign projectors.
This commit is contained in:
Chemlight
2021-05-17 22:51:50 -07:00
parent 943782d9e9
commit 895341277d
9 changed files with 26 additions and 11 deletions
+3 -3
View File
@@ -65,7 +65,7 @@
desc = "A holographic projector that creates holographic security barriers."
icon_state = "signmaker_sec"
holosign_type = /obj/structure/holosign/barrier
creation_time = 30
creation_time = 0
max_signs = 6
/obj/item/holosign_creator/engineering
@@ -73,7 +73,7 @@
desc = "A holographic projector that creates holographic engineering barriers."
icon_state = "signmaker_engi"
holosign_type = /obj/structure/holosign/barrier/engineering
creation_time = 30
creation_time = 0
max_signs = 6
/obj/item/holosign_creator/atmos
@@ -97,7 +97,7 @@
desc = "A holographic projector that creates PENLITE holobarriers. Useful during quarantines since they halt those with malicious diseases."
icon_state = "signmaker_med"
holosign_type = /obj/structure/holosign/barrier/medical
creation_time = 30
creation_time = 10
max_signs = 3
/obj/item/holosign_creator/cyborg