Adds linters (#28396)

This commit is contained in:
DGamerL
2025-02-20 16:08:50 +01:00
committed by GitHub
parent a08280714c
commit ec8d070b4d
2 changed files with 12 additions and 2 deletions
@@ -142,6 +142,13 @@
mouse_color = "white"
icon_state = "mouse_white"
/mob/living/simple_animal/mouse/white/linter
name = "Linter"
/mob/living/simple_animal/mouse/white/linter/Initialize(mapload)
. = ..()
ADD_TRAIT(src, TRAIT_SHOCKIMMUNE, ROUNDSTART_TRAIT)
/mob/living/simple_animal/mouse/gray
mouse_color = "gray"