Minor Vehicle Refactor and Balance (#12441)

* Minor Vehicle Refactor and Balance

* fixes and icon

* red ones do go faster
This commit is contained in:
variableundefined
2019-09-29 19:13:44 -07:00
committed by GitHub
13 changed files with 152 additions and 107 deletions
@@ -348,8 +348,8 @@
return
var/lootspawn = pickweight(loot)
var/obj/vehicle/V = new lootspawn(get_turf(src))
if(V.keytype)
new V.keytype(get_turf(src))
if(V.key_type)
new V.key_type(get_turf(src))
qdel(src)