mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Replaces Mice w/ Rats (#6625)
This commit is contained in:
@@ -11,7 +11,7 @@ var/global/list/can_enter_vent_with = list(
|
||||
/obj/item/weapon/holder,
|
||||
/obj/machinery/camera,
|
||||
/mob/living/simple_animal/borer,
|
||||
/mob/living/simple_animal/mouse
|
||||
/mob/living/simple_animal/rat
|
||||
)
|
||||
|
||||
/mob/living/var/list/icon/pipes_shown = list()
|
||||
@@ -95,7 +95,7 @@ var/global/list/can_enter_vent_with = list(
|
||||
/mob/living/simple_animal/borer/ventcrawl_carry()
|
||||
return 1
|
||||
|
||||
/mob/living/simple_animal/mouse/can_ventcrawl()
|
||||
/mob/living/simple_animal/rat/can_ventcrawl()
|
||||
return 1
|
||||
|
||||
/mob/living/simple_animal/spiderbot/can_ventcrawl()
|
||||
|
||||
Reference in New Issue
Block a user