Added some missing files.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1783 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-06 01:33:56 +00:00
parent 1b72a58801
commit 74bf526f9c
4 changed files with 19 additions and 2 deletions

View File

@@ -198,8 +198,8 @@
wizard_mob.equip_if_possible(new /obj/item/clothing/suit/wizrobe(wizard_mob), wizard_mob.slot_wear_suit)
wizard_mob.equip_if_possible(new /obj/item/clothing/head/wizard(wizard_mob), wizard_mob.slot_head)
wizard_mob.equip_if_possible(new /obj/item/weapon/storage/backpack(wizard_mob), wizard_mob.slot_back)
wizard_mob.equip_if_possible(new /obj/item/weapon/storage/survival_kit(src), wizard_mob.slot_in_backpack)
// wizard_mob.equip_if_possible(new /obj/item/weapon/scrying_gem(wizard_mob), wizard_mob.slot_l_store) For scrying gem.
wizard_mob.equip_if_possible(new /obj/item/weapon/storage/survival_kit(wizard_mob), wizard_mob.slot_in_backpack)
wizard_mob.equip_if_possible(new /obj/item/weapon/scrying_gem(wizard_mob), wizard_mob.slot_l_store) For scrying gem.
wizard_mob.equip_if_possible(new /obj/item/weapon/teleportation_scroll(wizard_mob), wizard_mob.slot_r_store)
if(config.feature_object_spell_system) //if it's turned on (in config.txt), spawns an object spell spellbook
wizard_mob.equip_if_possible(new /obj/item/weapon/spellbook/object_type_spells(wizard_mob), wizard_mob.slot_r_hand)

View File

@@ -0,0 +1,12 @@
/mob/living/carbon/metroid/Login()
..()
update_clothing()
if (!isturf(src.loc))
src.client.eye = src.loc
src.client.perspective = EYE_PERSPECTIVE
if (src.stat == 2)
src.verbs += /mob/proc/ghost
return

View File

@@ -0,0 +1,3 @@
/mob/living/carbon/metroid/say_quote(var/text)
return "[src.say_message], \"[text]\"";

View File

@@ -7,6 +7,8 @@ chicagoted - Game Master
neofite - Game Master
uristmcdorf - Game Master
cinless - Game Master
duelmaster409 - Game Master
doohl - Game Master
mport2004 - Game Admin
lj82 - Game Admin