OSDN Git Service

[Fix] 死を欺くオプション後状態異常が回復しなかった / Not restored bad statuses after cheat death.
[hengbandforosx/hengbandosx.git] / src / spell / spells-status.cpp
index 50f1cda..62d2570 100644 (file)
@@ -276,6 +276,7 @@ bool life_stream(player_type *creature_ptr, bool message, bool virtue_change)
     (void)set_image(creature_ptr, 0);
     (void)set_stun(creature_ptr, 0);
     (void)set_cut(creature_ptr, 0);
+    (void)set_paralyzed(creature_ptr, 0);
     (void)restore_all_status(creature_ptr);
     (void)set_shero(creature_ptr, 0, TRUE);
     handle_stuff(creature_ptr);