Skip to content

Commit

Permalink
Update signals_mob_main.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Feb 19, 2024
1 parent cfaa64a commit d989489
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/__DEFINES/dcs/signals/signals_mob/signals_mob_main.dm
Original file line number Diff line number Diff line change
Expand Up @@ -240,12 +240,9 @@
#define COMPONENT_BLOCK_MOB_CHANGE (1<<0)
/// from /mob/proc/change_mob_type_unchecked() : ()
#define COMSIG_MOB_CHANGED_TYPE "mob_changed_type"
<<<<<<< HEAD
=======

/// from /mob/proc/slip(): (knockdown_amonut, obj/slipped_on, lube_flags [mobs.dm], paralyze, force_drop)
#define COMSIG_MOB_SLIPPED "mob_slipped"

/// from /mob/proc/key_down(): (key, client/client, full_key)
#define COMSIG_MOB_KEYDOWN "mob_key_down"
>>>>>>> ebe0a90b5f4 ([MIRROR] bindable action buttons (#1002))

0 comments on commit d989489

Please sign in to comment.