Issix-mod/Modules/IssixModule/Internal/Guard.gd

9 lines
270 B
GDScript3
Raw Normal View History

extends "res://Game/InteractionSystem/PawnTypes/Guard.gd"
func onPawnSpawned(_pawn:CharacterPawn):
.onPawnSpawned(_pawn)
if RNG.chance(50):
_pawn.getChar().npcAttacks.append("PetCommandSit")
if RNG.chance(50):
_pawn.getChar().npcAttacks.append("PetCommandRoll")