Skip to content

Commit

Permalink
[MIRROR] [NO GBP] Fixes damage ranging on feral cats [MDB IGNORE] (#2…
Browse files Browse the repository at this point in the history
…5390)

[NO GBP] Fixes damage ranging on feral cats

Co-authored-by: Vekter <[email protected]>
Co-authored-by: Bloop <[email protected]>
  • Loading branch information
3 people authored and FFMirrorBot committed Dec 3, 2023
1 parent 3102af3 commit 4f8fd0e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions code/modules/mob/living/basic/pets/cat/feral.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
/mob/living/basic/pet/cat/feral
name = "feral cat"
desc = "Kitty!! Wait, no no DON'T BITE-"
health = 30
maxHealth = 30
melee_damage_lower = 7
melee_damage_upper = 15
ai_controller = /datum/ai_controller/basic_controller/simple_hostile
faction = list(FACTION_CAT, ROLE_SYNDICATE)

0 comments on commit 4f8fd0e

Please sign in to comment.