Skip to content

Commit

Permalink
Фикс мезонных очков (#2842)
Browse files Browse the repository at this point in the history
Co-authored-by: Builder13 <[email protected]>
  • Loading branch information
Builder-13 and Builder13 authored Nov 11, 2024
1 parent 399fee0 commit 0eea517
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions baystation12.dme
Original file line number Diff line number Diff line change
Expand Up @@ -3374,6 +3374,7 @@
#include "mods\_master_files\code\modules\culture_descriptor\religion\religions_vox.dm"
#include "mods\_master_files\code\modules\events\gravity.dm"
#include "mods\_master_files\code\modules\mob\living\life.dm"
#include "mods\_master_files\code\modules\mob\living\carbon\human\human_helpers.dm"
#include "mods\_master_files\code\modules\mob\new_player\new_player.dm"
#include "mods\_master_files\code\modules\overmap\distress.dm"
#include "mods\_master_files\code\modules\overmap\panicbutton.dm"
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
/mob/living/carbon/human/has_meson_effect()
. = FALSE
for(var/obj/screen/equipment_screen in equipment_overlays) // check through our overlays to see if we have any source of the meson overlay
if (equipment_screen.color == GLOB.global_hud.meson.color)
return TRUE

0 comments on commit 0eea517

Please sign in to comment.