Skip to content

Commit

Permalink
Update transit.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine authored Jul 7, 2024
1 parent 2f1ac2d commit 45fcf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/turfs/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@
ADD_TRAIT(src, TRAIT_IMMOBILIZED, TRAIT_SOURCE_DROPSHIP_INTERACTION)
ADD_TRAIT(src, TRAIT_UNDENSE, TRAIT_SOURCE_DROPSHIP_INTERACTION)
ADD_TRAIT(src, TRAIT_NO_STRAY, TRAIT_SOURCE_DROPSHIP_INTERACTION)
RegisterSignal(src, COMSIG_MOVABLE_PRE_CROSSED, PROC_REF(cancel_cross))
RegisterSignal(src, COMSIG_MOVABLE_FORCEMOVE_PRE_CROSSED, PROC_REF(cancel_cross))
RegisterSignal(src, list(
COMSIG_LIVING_FLAMER_FLAMED,
COMSIG_LIVING_PREIGNITION
Expand Down Expand Up @@ -171,7 +171,7 @@
REMOVE_TRAIT(src, TRAIT_UNDENSE, TRAIT_SOURCE_DROPSHIP_INTERACTION)
REMOVE_TRAIT(src, TRAIT_NO_STRAY, TRAIT_SOURCE_DROPSHIP_INTERACTION)
UnregisterSignal(src, list(
COMSIG_MOVABLE_PRE_CROSSED,
COMSIG_MOVABLE_FORCEMOVE_PRE_CROSSED,
COMSIG_LIVING_FLAMER_FLAMED,
COMSIG_LIVING_PREIGNITION
))
Expand Down

0 comments on commit 45fcf32

Please sign in to comment.