Allows item use when in weakened state (#8154)

This commit is contained in:
tacoguy7765093
2024-04-08 08:57:13 -05:00
committed by GitHub
parent 366a049e65
commit f21e9815e5
3 changed files with 3 additions and 2 deletions

View File

@@ -68,7 +68,7 @@
CtrlClickOn(A)
return 1
if(stat || paralysis || stunned || weakened)
if(stat || paralysis || stunned) //CHOMPedit, removed weakened to allow item use while crawling
return
face_atom(A) // change direction to face what you clicked on