Upload files

This commit is contained in:
SandPoot
2022-05-24 13:08:27 -03:00
parent c50746354f
commit fd676bfe50
5 changed files with 59 additions and 25 deletions
@@ -0,0 +1,3 @@
/// Called from /mob/living/PushAM -- Called when this mob is about to push a movable, but before it moves
/// (aotm/movable/being_pushed)
#define COMSIG_LIVING_PUSHING_MOVABLE "living_pushing_movable"
@@ -0,0 +1,2 @@
///From base of mob/living/MobBump() (mob/living)
#define COMSIG_LIVING_MOB_BUMP "living_mob_bump"