From 1a7184420acac2ed9c6352c66784aa9d9aeb449e Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sun, 4 Sep 2022 06:16:08 +0200 Subject: [PATCH] fixed typo --- custom_functions_you_can_override.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_functions_you_can_override.lua b/custom_functions_you_can_override.lua index b487ee0..9eafb99 100644 --- a/custom_functions_you_can_override.lua +++ b/custom_functions_you_can_override.lua @@ -444,7 +444,7 @@ yl_speak_up.custom_property_self_order = function(pname, property_name, property return "This function handles only the self.order property." end if(property_value == "stand") then - property_data.entity.state = stand + property_data.entity.state = "stand" property_data.entity.attack = nil property_data.entity:set_animation("stand") property_data.entity:set_velocity(0)