Skip to content

Commit

Permalink
ehhh
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jul 3, 2024
1 parent a1c0792 commit cb29f47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/__DEFINES/dcs/signals/atom/signals_movable.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define COMPONENT_CANCEL_MOVE (1<<0)
/// From /turf/open/gm/river/Entered(): (turf/open/gm/river/river, covered)
#define COMSIG_MOVABLE_ENTERED_RIVER "movable_entered_river"
/// From /atom/Cross(): (atom)
/// From /atom/movable/proc/doMove: I think it only works with forceMove so watch out
#define COMSIG_MOVABLE_PRE_CROSSED "movable_pre_cross"
#define COMPONENT_IGNORE_CROSS (1<<0)

Expand Down
2 changes: 1 addition & 1 deletion code/game/turfs/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@

/atom/movable/proc/handle_paradrop(turf/target, dropship_name)
clear_active_explosives()
//ADD_TRAIT(src, TRAIT_IMMOBILIZED, TRAIT_SOURCE_DROPSHIP_INTERACTION)
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))
Expand Down

0 comments on commit cb29f47

Please sign in to comment.