Skip to content

Commit

Permalink
Update leanable.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed Dec 24, 2024
1 parent 477bb2e commit f2b6a66
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/datums/components/leanable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@
COMSIG_MOB_CLIENT_MOVED,
COMSIG_HUMAN_DISARM_HIT,
COMSIG_MOVABLE_PULLED,
SIGNAL_ADDTRAIT(TRAIT_FLOORED),
), PROC_REF(stop_leaning))

RegisterSignal(src, COMSIG_ATOM_TELEPORT_ACT, PROC_REF(teleport_away_while_leaning))
Expand Down Expand Up @@ -116,7 +115,6 @@
COMSIG_HUMAN_DISARM_HIT,
COMSIG_MOVABLE_PULLED,
COMSIG_ATOM_TELEPORT_ACT,
SIGNAL_ADDTRAIT(TRAIT_FLOORED),
))
UnregisterSignal(leaned_object, COMSIG_AIRLOCK_OPEN)

Expand Down

0 comments on commit f2b6a66

Please sign in to comment.