Abstract janicart shit into a vehicle atom, add the wizard Pontiac. Keys are now vehicle-specific.

This commit is contained in:
Rob Nelson
2014-02-14 13:40:48 -08:00
parent fe1c304c6b
commit 69945329a7
11 changed files with 371 additions and 285 deletions

View File

@@ -51,7 +51,7 @@
projectile.loc = get_step_to(projectile,target)
else
var/turf/T = get_step_to(projectile,target)
var/obj/structure/stool/bed/chair/janicart/JC = locate() in T
var/obj/structure/stool/bed/chair/vehicle/JC = locate() in T
if(JC && istype(JC) && prob(75))
projectile.loc = T
else

View File

@@ -346,4 +346,19 @@
include_user = 1
phaseshift = 1
jaunt_duration = 50 //in deciseconds
centcomm_cancast = 0 //Stop people from getting to centcomm
/obj/effect/proc_holder/spell/aoe_turf/conjure/pontiac
name = "Chariot"
desc = "This spell summons a glorious, flaming chariot that can move in space and through walls."
school = "conjuration"
charge_max = 1200
clothes_req = 1
invocation = "NO F'AT C'HX"
invocation_type = "shout"
range = 0
summon_type = list("/obj/structure/stool/bed/chair/vehicle/wizmobile")
summon_lifespan = 0
centcomm_cancast = 0 //Stop people from getting to centcomm