Skip to content

Commit

Permalink
Update _Standard.dm (#1619)
Browse files Browse the repository at this point in the history
stub get_steps_to()
  • Loading branch information
Hinaichigo authored Jan 10, 2024
1 parent 47dd610 commit 816e59c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DMCompiler/DMStandard/_Standard.dm
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,10 @@ proc/replacetextEx_char(Haystack, Needle, Replacement, Start = 1, End = 0)
set opendream_unimplemented = TRUE
CRASH("/get_step_to() is not implemented")

/proc/get_steps_to(Ref, Trg, Min=0)
set opendream_unimplemented = TRUE
CRASH("/get_steps_to() is not implemented")

/proc/walk_away(Ref,Trg,Max=5,Lag=0,Speed=0)
set opendream_unimplemented = TRUE
CRASH("/walk_away() is not implemented")
Expand Down

0 comments on commit 816e59c

Please sign in to comment.