Wizardry Inc. (#8899)

Wizard spellbooks can now be stored in the belt slot.
    Necromancers now get 10 spell points, up from 8.
    Smoke now properly layers over mobs, obscuring them.
    Wizard Apprentices and Skeletons are now in the Ghost Spawner menu. The former can be enabled by buying an Apprentice Pebble artifact, a new wizard item which acts as a portable spawnpoint. The latter by casting Raise Dead on a corpse.
    Apprentices are now given additional spells at the bottom of their spellbook, depending on which type of wizard their master is."
    Bought artifacts now appear in your hands, if you have any free.
    The Return to Master spell has received numerous bugfixes and should now work as expected, most of the time.
This commit is contained in:
Geeves
2020-05-25 09:22:31 +02:00
committed by GitHub
parent 9c0055a662
commit e6966e6e2d
19 changed files with 249 additions and 50 deletions

View File

@@ -264,6 +264,7 @@ steam.start() -- spawns the effect
if(holder)
src.location = get_turf(holder)
var/obj/effect/effect/smoke/smoke = new smoke_type(src.location)
smoke.layer = ABOVE_MOB_LAYER
src.total_smoke++
var/direction = src.direction
if(!direction)