-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MIRROR] Ports feral cats and feral cat grenades from Hippie [MDB IGN…
…ORE] (#25372) Ports feral cats and feral cat grenades from Hippie Co-authored-by: Vekter <[email protected]> Co-authored-by: Bloop <[email protected]>
- Loading branch information
1 parent
3102af3
commit 3e8ab56
Showing
5 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 = 15 | ||
melee_damage_upper = 7 | ||
ai_controller = /datum/ai_controller/basic_controller/simple_hostile | ||
faction = list(FACTION_CAT, ROLE_SYNDICATE) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters