mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
Allows item use when in weakened state (#8154)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user