intent cleanup (#16825)

This commit is contained in:
Kashargul
2025-01-03 08:14:28 +01:00
committed by GitHub
parent e03fe8c077
commit 3094e65b71
40 changed files with 80 additions and 77 deletions

View File

@@ -16,7 +16,7 @@
if (. >= 2)
if(prob(1))
owner.custom_pain("Your abdomen feels like it's tearing itself apart!",1)
owner.m_intent = "walk"
owner.m_intent = I_WALK
owner.hud_used.move_intent.icon_state = "walking"
/obj/item/organ/internal/intestine/xeno

View File

@@ -38,7 +38,7 @@
if (. >= 2)
if(prob(1))
owner.custom_pain("You feel extremely tired, like you can't move!",1)
owner.m_intent = "walk"
owner.m_intent = I_WALK
owner.hud_used.move_intent.icon_state = "walking"
/obj/item/organ/internal/kidneys/grey