From c88f93054d5cdd3a558a91ed87f952872edb1907 Mon Sep 17 00:00:00 2001 From: Glyphee <77804365+Glyphee@users.noreply.github.com> Date: Wed, 11 Oct 2023 13:27:09 -0400 Subject: [PATCH] finishes up glerm and the flash --- monkestation/code/modules/mob/living/basic/ggg/glerm.dm | 6 ++++-- monkestation/code/modules/mob/living/basic/ggg/susflash.dm | 2 -- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/monkestation/code/modules/mob/living/basic/ggg/glerm.dm b/monkestation/code/modules/mob/living/basic/ggg/glerm.dm index 9f0f7171483d..b01035299249 100644 --- a/monkestation/code/modules/mob/living/basic/ggg/glerm.dm +++ b/monkestation/code/modules/mob/living/basic/ggg/glerm.dm @@ -12,7 +12,6 @@ mob_size = MOB_SIZE_SMALL held_w_class = WEIGHT_CLASS_TINY gold_core_spawnable = FRIENDLY_SPAWN - sight = SEE_SELF|SEE_MOBS|SEE_OBJS|SEE_TURFS response_help_continuous = "nuzzles" response_help_simple = "nuzzle" @@ -41,7 +40,10 @@ icon_living = "glerm_cool" icon_dead = "glerm_cool_dead" gold_core_spawnable = NO_SPAWN - //playsound(src, 'sound/vehicles/skateboard_roll.ogg', 50, TRUE) + +/mob/living/basic/ggg/glerm/cool/Moved(atom/old_loc, movement_dir, forced, list/old_locs, momentum_change = TRUE) + . = ..() + playsound(src, 'sound/vehicles/skateboard_roll.ogg', 50, TRUE) /mob/living/basic/ggg/glerm/Initialize(mapload) . = ..() diff --git a/monkestation/code/modules/mob/living/basic/ggg/susflash.dm b/monkestation/code/modules/mob/living/basic/ggg/susflash.dm index adca98a81882..2a0430f3d05a 100644 --- a/monkestation/code/modules/mob/living/basic/ggg/susflash.dm +++ b/monkestation/code/modules/mob/living/basic/ggg/susflash.dm @@ -37,8 +37,6 @@ unsuitable_cold_damage = 0 unsuitable_heat_damage = 0 - sight = SEE_SELF|SEE_MOBS|SEE_OBJS|SEE_TURFS - lighting_cutoff_red = 15 lighting_cutoff_green = 10 lighting_cutoff_blue = 25