Merge pull request #11093 from Emanthealmighty/Collarchange

Can now put a collar any animal that has gained sentience.
This commit is contained in:
variableundefined
2019-03-24 17:56:41 +08:00
committed by GitHub
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@
SA.key = SG.key
SA.universal_speak = 1
SA.sentience_act()
SA.can_collar = 1
SA.maxHealth = max(SA.maxHealth + 200)
SA.melee_damage_lower = max(SA.melee_damage_lower + 15)
SA.melee_damage_upper = max(SA.melee_damage_upper + 15)