[HOTFIX] Nianworme inhand / UI sprite fix (#26009)

* Should fix the missing hand sprite for caterpillars.

* Adjusts a comment.
This commit is contained in:
Spaghetti-bit
2024-06-22 22:43:09 +00:00
committed by GitHub
parent f0cef57c17
commit a7d1610255
2 changed files with 1 additions and 1 deletions
@@ -45,7 +45,7 @@
/// Evolution action.
var/datum/action/innate/nian_caterpillar_emerge/evolve_action = new()
/// The amount of nutrition the nian caterpillar needs to evolve.
/// The amount of nutrition the nian caterpillar needs to evolve, default is 500.
var/nutrition_need = 500
/mob/living/simple_animal/nian_caterpillar/Initialize()