Skip to content

Commit 100fb42

Browse files
authored
Merge pull request #9 from ZtModArchive/develop
Develop
2 parents cf1713d + 3110c6a commit 100fb42

5 files changed

Lines changed: 1226 additions & 3 deletions

File tree

scripts/ArluqTools1/services/AnimalService.lua renamed to scripts/ArluqTools1-1/services/AnimalService.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ end
6565

6666
--- Set animal bathroom stat
6767
--- @param animal animal
68-
--- @param exercise float
68+
--- @param bathroom float
6969
function AnimalService.setBathroom (animal, bathroom)
7070
setNeed(animal, "bathroom", bathroom)
7171
end
@@ -165,8 +165,8 @@ end
165165

166166
--- Set animal health
167167
--- @param animal animal
168-
--- @param exercise float
169-
function AnimalService.setExercise (animal, health)
168+
--- @param health float
169+
function AnimalService.setHealth (animal, health)
170170
setNeed(animal, "health", health)
171171
end
172172

0 commit comments

Comments
 (0)