mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Abstract janicart shit into a vehicle atom, add the wizard Pontiac. Keys are now vehicle-specific.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user