mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Wizard Update Part 8
- Fixes horsemask spell to work on non-human races. - Removes ability of Summon Item to mark and recall brains due to problems with organ system. - Makes weeping angels turn back to their human form after Flesh to Stone wears off if they were created via F to S and the Staff of Animation. (/tg/ port)
This commit is contained in:
@@ -62,6 +62,17 @@
|
||||
|
||||
/obj/structure/closet/statue/dump_contents()
|
||||
|
||||
if(istype(src.loc, /mob/living/simple_animal/hostile/statue))
|
||||
var/mob/living/simple_animal/hostile/statue/S = src.loc
|
||||
src.loc = S.loc
|
||||
if(S.mind)
|
||||
for(var/mob/M in contents)
|
||||
S.mind.transfer_to(M)
|
||||
M << "As the animating magic wears off you feel yourself coming back to your senses. You are yourself again!"
|
||||
break
|
||||
qdel(S)
|
||||
|
||||
|
||||
for(var/obj/O in src)
|
||||
O.loc = src.loc
|
||||
|
||||
@@ -74,7 +85,6 @@
|
||||
M.client.perspective = MOB_PERSPECTIVE
|
||||
|
||||
|
||||
|
||||
/obj/structure/closet/statue/open()
|
||||
return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user