Skip to content

Commit

Permalink
Moff pixel shift fix (#787)
Browse files Browse the repository at this point in the history
## Что этот PR делает
Чинит пиксель шифт мотылькам. Не уверен насчёт выбранного модуля
closes #712 
## Почему это хорошо для игры

Делаем молек счастливыми

## Тестирование
Подвигал мотылька на локалке.

## Changelog

:cl:
fix: Фикс пиксель шифта мотылькам
/:cl:
  • Loading branch information
HelmsDeepState authored Dec 1, 2023
1 parent cbcb257 commit 1219ab3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modular_ss220/pixel_shift/code/pixel_shift_mob.dm
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@

/mob/living/silicon/ai/add_pixel_shift_component()
return

/datum/species/moth/spec_Process_Spacemove(mob/living/carbon/human/H)
. = ..()
if(has_gravity(H))
return FALSE

0 comments on commit 1219ab3

Please sign in to comment.