Skip to content

Commit

Permalink
and more simple mob changes
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 28, 2023
1 parent f4de3fd commit 61b3c8f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions code/modules/mob/living/simple_animal/friendly/cat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@
maxbodytemp = 323 //Above 50 Degrees Celcius
holder_type = /obj/item/holder/cat
mob_size = MOB_SIZE_SMALL
sight = SEE_MOBS
see_in_dark = 8
see_invisible = 15
black_market_value = 50
dead_black_market_value = 0
var/miaow_counter = 0
Expand Down
3 changes: 0 additions & 3 deletions code/modules/mob/living/simple_animal/friendly/mouse.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
mob_size = MOB_SIZE_SMALL
speak_chance = 1
turns_per_move = 5
see_in_dark = 6
maxHealth = 5
health = 5
meat_type = /obj/item/reagent_container/food/snacks/meat
Expand All @@ -25,8 +24,6 @@
min_oxy = 16 //Require atleast 16kPA oxygen
minbodytemp = 223 //Below -50 Degrees Celcius
maxbodytemp = 323 //Above 50 Degrees Celcius
universal_speak = 0
universal_understand = 1
holder_type = /obj/item/holder/mouse
squeeze_under = TRUE

Expand Down

0 comments on commit 61b3c8f

Please sign in to comment.