OSDN Git Service

[Fix] #3917 練気術の衝波が機能していなかった不具合を解消した
authorHourier <66951241+Hourier@users.noreply.github.com>
Wed, 24 Apr 2024 12:19:57 +0000 (21:19 +0900)
committerHourier <66951241+Hourier@users.noreply.github.com>
Wed, 24 Apr 2024 12:21:15 +0000 (21:21 +0900)
src/mind/mind-force-trainer.cpp

index 43769d0..f104fd3 100644 (file)
@@ -237,7 +237,7 @@ bool shock_power(PlayerType *player_ptr)
         }
     }
 
-    if (pos_target != pos_origin) {
+    if (pos_target == pos_origin) {
         return true;
     }