Minor Vehicle Refactor and Balance

This commit is contained in:
Fox McCloud
2019-09-27 19:59:38 -04:00
parent 35395a5b29
commit 360c29008e
9 changed files with 98 additions and 58 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)