mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Cleaned up the wizards spellbook, it no longer has the option of using client verb spells instead of object based ones. Object based spells are superior in every way and are the ones currently tracked by Erro, the client verbs weren't even supported anymore so there was really no reason for a ton of if statements everywhere/code for three different spellbook types (including one that used telecrystals).
Changed the config, item list, wizard spawn gear etc to eliminate the possibility of the old type of spell book Removed commented out (non functional) code from change.dm git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4383 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -10,14 +10,6 @@
|
||||
wabbajack(change)
|
||||
|
||||
|
||||
/*Bump(atom/change)
|
||||
if(istype(change, /mob/living))
|
||||
wabbajack(change)
|
||||
else
|
||||
del(src)*/
|
||||
|
||||
|
||||
|
||||
/obj/item/projectile/change/proc/wabbajack (mob/M as mob in living_mob_list)
|
||||
if(istype(M, /mob/living) && M.stat != DEAD)
|
||||
if(M.monkeyizing) return
|
||||
|
||||
Reference in New Issue
Block a user