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
+1 -1
View File
@@ -1,7 +1,7 @@
/datum/component/riding
var/last_vehicle_move = 0 //used for move delays
var/last_move_diagonal = FALSE
var/vehicle_move_delay = 2 //tick delay between movements, lower = faster, higher = slower
var/vehicle_move_delay = 3 //tick delay between movements, lower = faster, higher = slower
var/keytype
var/slowed = FALSE