mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
Merge pull request #13020 from farie82/nerf-sentient-animals
Caps the health and damage of sentient animals
This commit is contained in:
@@ -36,9 +36,7 @@
|
||||
SA.universal_speak = 1
|
||||
SA.sentience_act()
|
||||
SA.can_collar = 1
|
||||
SA.maxHealth += 200
|
||||
SA.melee_damage_lower += 15
|
||||
SA.melee_damage_upper += 15
|
||||
SA.maxHealth = max(SA.maxHealth, 200)
|
||||
SA.health = SA.maxHealth
|
||||
SA.del_on_death = FALSE
|
||||
greet_sentient(SA)
|
||||
|
||||
Reference in New Issue
Block a user