Merge pull request #89 from unusualcrow/G-A-S-G-A-S-G-A-S

Wizard Pontiac Firebird AKA Wizmobile port
This commit is contained in:
LetterJay
2017-01-12 16:32:41 -05:00
committed by GitHub
9 changed files with 187 additions and 2 deletions

View File

@@ -287,6 +287,20 @@
cost = 1
category = "Mobility"
/datum/spellbook_entry/item/firebird
name = "Chariot"
desc = "A majestic, flaming chariot that can move in space. \
Warning: You cannot use your teleportation scroll with the chariot. \
It is recommended that you summon it once you have left your lair."
item_path = /obj/vehicle/firebird
log_name = "FB"
category = "Mobility"
/datum/spellbook_entry/item/firebird/Buy(mob/living/carbon/human/user,obj/item/weapon/spellbook/book)
. = ..()
if(.)
new /obj/item/key/firebird(get_turf(user)) //key is needed to drive the firebird
/datum/spellbook_entry/item/staffhealing
name = "Staff of Healing"
desc = "An altruistic staff that can heal the lame and raise the dead."