Merge pull request #11345 from VOREStation/Arokha/removestub

Remove pointless /Crossed stub
This commit is contained in:
Aronai Sieyes
2021-08-06 10:51:41 -04:00
committed by Chompstation Bot
parent e5bbed59f1
commit 530c13bbbc
2 changed files with 0 additions and 6 deletions

View File

@@ -232,8 +232,6 @@
#define COMSIG_MOVABLE_MOVED "movable_moved" #define COMSIG_MOVABLE_MOVED "movable_moved"
///from base of atom/movable/Cross(): (/atom/movable) ///from base of atom/movable/Cross(): (/atom/movable)
#define COMSIG_MOVABLE_CROSS "movable_cross" #define COMSIG_MOVABLE_CROSS "movable_cross"
///from base of atom/movable/Crossed(): (/atom/movable)
#define COMSIG_MOVABLE_CROSSED "movable_crossed"
///when we cross over something (calling Crossed() on that atom) ///when we cross over something (calling Crossed() on that atom)
#define COMSIG_CROSSED_MOVABLE "crossed_movable" #define COMSIG_CROSSED_MOVABLE "crossed_movable"
///from base of atom/movable/Bump(): (/atom) ///from base of atom/movable/Bump(): (/atom)

View File

@@ -256,10 +256,6 @@
. = TRUE . = TRUE
return . return .
//oldloc = old location on atom, inserted when forceMove is called and ONLY when forceMove is called!
/atom/movable/Crossed(atom/movable/AM, oldloc)
return
/atom/movable/Bump(atom/A) /atom/movable/Bump(atom/A)
if(!A) if(!A)
CRASH("Bump was called with no argument.") CRASH("Bump was called with no argument.")