forked from Sokomine/yl_speak_up
fixed typo
This commit is contained in:
parent
e842960830
commit
1a7184420a
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user