mirror of
https://github.com/yogstation13/Yogstation.git
synced 2025-02-26 09:04:50 +00:00
Wizards no longer start out as members of the crew. Their basic equipment is also reduced to the bare neccessities.
Wizard spells will be selectable through a time, instead of PDA/other. Currently inserted as the radio uplink. Spells are now contained within a single file. Added new spell, mind transfer. Allows the user to swap bodies with any available (non-braindead) human being. Traitors, changelings, and other similar people are not affected. It is possible to lose spells during the transfer. 1 minute cooldown. Probably still has bugs and/or balance issues. Wizard teleport cooldown increased to 60 seconds. All humanoid aliens (other than queen) may now vent crawl. Hunters gain shorter devour time and a new ability to regurgitate their victims (if they are still alive). git-svn-id: http://tgstation13.googlecode.com/svn/trunk@807 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/alien/larva"
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/beast"
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/human"
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/human/Vampire"
|
||||
#define FILE_DIR "code/modules/mob/living/carbon/monkey"
|
||||
#define FILE_DIR "code/modules/mob/living/silicon"
|
||||
#define FILE_DIR "code/modules/mob/living/silicon/ai"
|
||||
@@ -310,18 +311,7 @@
|
||||
#include "code\game\gamemodes\sandbox\h_sandbox.dm"
|
||||
#include "code\game\gamemodes\sandbox\sandbox.dm"
|
||||
#include "code\game\gamemodes\traitor\traitor.dm"
|
||||
#include "code\game\gamemodes\wizard\spell10.dm"
|
||||
#include "code\game\gamemodes\wizard\spell11.dm"
|
||||
#include "code\game\gamemodes\wizard\spell12.dm"
|
||||
#include "code\game\gamemodes\wizard\spell13.dm"
|
||||
#include "code\game\gamemodes\wizard\spell14.dm"
|
||||
#include "code\game\gamemodes\wizard\spell2.dm"
|
||||
#include "code\game\gamemodes\wizard\spell3.dm"
|
||||
#include "code\game\gamemodes\wizard\spell4.dm"
|
||||
#include "code\game\gamemodes\wizard\spell6.dm"
|
||||
#include "code\game\gamemodes\wizard\spell7.dm"
|
||||
#include "code\game\gamemodes\wizard\spell8.dm"
|
||||
#include "code\game\gamemodes\wizard\spell9.dm"
|
||||
#include "code\game\gamemodes\wizard\spells.dm"
|
||||
#include "code\game\gamemodes\wizard\wizard.dm"
|
||||
#include "code\game\jobs\access.dm"
|
||||
#include "code\game\jobs\jobprocs.dm"
|
||||
@@ -642,6 +632,8 @@
|
||||
#include "code\modules\mob\living\carbon\human\savefile.dm"
|
||||
#include "code\modules\mob\living\carbon\human\say.dm"
|
||||
#include "code\modules\mob\living\carbon\human\whisper.dm"
|
||||
#include "code\modules\mob\living\carbon\human\Vampire\vampire.dm"
|
||||
#include "code\modules\mob\living\carbon\human\Vampire\vampire_powers.dm"
|
||||
#include "code\modules\mob\living\carbon\monkey\death.dm"
|
||||
#include "code\modules\mob\living\carbon\monkey\emote.dm"
|
||||
#include "code\modules\mob\living\carbon\monkey\examine.dm"
|
||||
|
||||
Reference in New Issue
Block a user