Fixes AI bolting... (#40425)

This commit is contained in:
ShizCalev
2018-09-23 01:53:03 +03:00
committed by vuonojenmustaturska
parent 529a881377
commit b1accf508c
+2 -2
View File
@@ -352,10 +352,10 @@
return
var/is_anchored = FALSE
if(move_resist == MOVE_FORCE_VERY_STRONG)
move_resist = MOVE_FORCE_VERY_STRONG
move_resist = MOVE_FORCE_NORMAL
else
is_anchored = TRUE
move_resist = MOVE_FORCE_NORMAL
move_resist = MOVE_FORCE_VERY_STRONG
to_chat(src, "<b>You are now [is_anchored ? "" : "un"]anchored.</b>")
// the message in the [] will change depending whether or not the AI is anchored