Skip to content

Commit

Permalink
Interrupt flag fix (#3974)
Browse files Browse the repository at this point in the history
# About the pull request

Number was already taken.

# Explain why it's good for the game

Bug bad


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog
:cl: ihatethisengine
fix: fixed behavior_immobile flag using wrong number
/:cl:
  • Loading branch information
ihatethisengine committed Jul 24, 2023
1 parent 2b4441c commit 2945396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/__DEFINES/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
// These behaviors are either of the person performing the action or any targets.

/// You cannot move the person while this action is being performed
#define BEHAVIOR_IMMOBILE (1<<18)
#define BEHAVIOR_IMMOBILE (1<<19)

// *************************************** //
// END DO_AFTER FLAGS //
Expand Down

0 comments on commit 2945396

Please sign in to comment.