FestiveMap 2021

This commit is contained in:
keronshb
2021-11-20 12:04:35 -05:00
parent 4ec0de352c
commit af83fb9611
53 changed files with 125728 additions and 77 deletions
@@ -27,9 +27,21 @@
var/gear
var/boost_cooldown
//Changes for custom
var/i_m_acell
var/i_m_decell
var/i_boost
var/i_acell
var/mob/living/carbon/human/driver
/obj/vehicle/sealed/vectorcraft/Initialize()
..()
i_m_acell = max_acceleration
i_m_decell = max_deceleration
i_boost = boost_power
i_acell = acceleration
/obj/vehicle/sealed/vectorcraft/mob_enter(mob/living/M)
if(!driver)
driver = M