Issix-mod/Modules/IssixModule/Internal/Guard.gd
Frisk b19016fcd8 Made guard template have two new possible attacks
Added two harem tasks (Laundry, Drone)
2025-02-12 23:40:32 +01:00

6 lines
205 B
GDScript

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