Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Furrior committed Oct 21, 2023
1 parent 726c397 commit fe1df77
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,6 @@
return TRUE
. = ..()

// Да, костыльно, но модульно по другому не вижу как - PIXEL_SHIFT
/mob/living/Process_Spacemove(movement_dir)
if(SEND_SIGNAL(src, COMSIG_LIVING_PROCESS_SPACEMOVE, movement_dir) & COMPONENT_BLOCK_SPACEMOVE)
return FALSE
. = ..()

/mob/living/say(message, verb, sanitize, ignore_speech_problems, ignore_atmospherics, ignore_languages)
SEND_SIGNAL(src, COMSIG_MOB_SAY, args)
. = ..()

0 comments on commit fe1df77

Please sign in to comment.