mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 01:34:01 +00:00
Added some missing files.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1783 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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)
|
||||
|
||||
12
code/modules/mob/living/carbon/metroid/login.dm
Normal file
12
code/modules/mob/living/carbon/metroid/login.dm
Normal 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
|
||||
3
code/modules/mob/living/carbon/metroid/say.dm
Normal file
3
code/modules/mob/living/carbon/metroid/say.dm
Normal file
@@ -0,0 +1,3 @@
|
||||
/mob/living/carbon/metroid/say_quote(var/text)
|
||||
return "[src.say_message], \"[text]\"";
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user