Skip to content

Commit

Permalink
override broken bad proc
Browse files Browse the repository at this point in the history
  • Loading branch information
HelmsDeepState committed Nov 28, 2023
1 parent f5d4ef8 commit b7b7a6a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions modular_ss220/pixel_shift/_pixel_shift.dme
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
#include "code/pixel_shift_keybind.dm"
#include "code/pixel_shift_mob.dm"
#include "code/~pixel_shift_defines.dm"
#include "code/moth_fix.dm"
4 changes: 4 additions & 0 deletions modular_ss220/pixel_shift/code/moth_fix.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/datum/species/moth/spec_Process_Spacemove(mob/living/carbon/human/H)
. = ..()
if(has_gravity(H))
return FALSE

0 comments on commit b7b7a6a

Please sign in to comment.