Skip to content

Commit

Permalink
finishes up glerm and the flash
Browse files Browse the repository at this point in the history
  • Loading branch information
Glyphee committed Oct 11, 2023
1 parent 561e2bf commit c88f930
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions monkestation/code/modules/mob/living/basic/ggg/glerm.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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)
. = ..()
Expand Down
2 changes: 0 additions & 2 deletions monkestation/code/modules/mob/living/basic/ggg/susflash.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c88f930

Please sign in to comment.