mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
fix mouse squeak (#30528)
This commit is contained in:
committed by
GitHub
parent
211ccbe233
commit
3e39dae7ff
@@ -41,7 +41,7 @@
|
||||
/mob/living/basic/mouse/Initialize(mapload)
|
||||
. = ..()
|
||||
AddElement(/datum/element/wears_collar)
|
||||
AddComponent(/datum/component/squeak, list(squeak_sound = 1), 100, extrarange = SHORT_RANGE_SOUND_EXTRARANGE) // as quiet as a mouse or whatever
|
||||
AddComponent(/datum/component/squeak, list(src.squeak_sound = 1), 100, extrarange = SHORT_RANGE_SOUND_EXTRARANGE) // as quiet as a mouse or whatever
|
||||
AddComponent(/datum/component/swarming, 16, 16) // max_x, max_y
|
||||
if(!mouse_color)
|
||||
mouse_color = pick("brown", "gray", "white")
|
||||
|
||||
Reference in New Issue
Block a user