mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
/mob/living/basic/pet/cat/feral
|
|
name = "feral cat"
|
|
desc = "Kitty!! Wait, no no DON'T BITE-"
|
|
health = 30
|
|
maxHealth = 30
|
|
melee_damage_lower = 15
|
|
melee_damage_upper = 15
|
|
wound_bonus = -10
|
|
exposed_wound_bonus = 20
|
|
obj_damage = 0
|
|
ai_controller = /datum/ai_controller/basic_controller/simple/simple_hostile
|
|
faction = list(FACTION_CAT, ROLE_SYNDICATE)
|