From 74bf526f9cf8e13167d2c46706faa98dfa824d69 Mon Sep 17 00:00:00 2001 From: "vageyenaman@gmail.com" Date: Wed, 6 Jul 2011 01:33:56 +0000 Subject: [PATCH] Added some missing files. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1783 316c924e-a436-60f5-8080-3fe189b3f50e --- code/game/gamemodes/wizard/wizard.dm | 4 ++-- code/modules/mob/living/carbon/metroid/login.dm | 12 ++++++++++++ code/modules/mob/living/carbon/metroid/say.dm | 3 +++ config/admins.txt | 2 ++ 4 files changed, 19 insertions(+), 2 deletions(-) create mode 100644 code/modules/mob/living/carbon/metroid/login.dm create mode 100644 code/modules/mob/living/carbon/metroid/say.dm diff --git a/code/game/gamemodes/wizard/wizard.dm b/code/game/gamemodes/wizard/wizard.dm index 7bf67a067e6..1b7b0dde1b8 100644 --- a/code/game/gamemodes/wizard/wizard.dm +++ b/code/game/gamemodes/wizard/wizard.dm @@ -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) diff --git a/code/modules/mob/living/carbon/metroid/login.dm b/code/modules/mob/living/carbon/metroid/login.dm new file mode 100644 index 00000000000..6b696c8a516 --- /dev/null +++ b/code/modules/mob/living/carbon/metroid/login.dm @@ -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 \ No newline at end of file diff --git a/code/modules/mob/living/carbon/metroid/say.dm b/code/modules/mob/living/carbon/metroid/say.dm new file mode 100644 index 00000000000..6bb65f63f8d --- /dev/null +++ b/code/modules/mob/living/carbon/metroid/say.dm @@ -0,0 +1,3 @@ +/mob/living/carbon/metroid/say_quote(var/text) + return "[src.say_message], \"[text]\""; + diff --git a/config/admins.txt b/config/admins.txt index 71296453cf6..1093c2bfacd 100644 --- a/config/admins.txt +++ b/config/admins.txt @@ -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