mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-21 03:55:05 +01:00
Adds linters (#28396)
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user