mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
Fix assignment in conditional warning/error
This commit is contained in:
@@ -251,7 +251,7 @@ var/const/RESIZE_A_SMALLTINY = (RESIZE_SMALL + RESIZE_TINY) / 2
|
||||
now_pushing = 0
|
||||
forceMove(tmob.loc)
|
||||
if(a_intent == I_GRAB || a_intent == I_DISARM)
|
||||
if(tmob.a_intent = I_HELP)
|
||||
if(tmob.a_intent == I_HELP)
|
||||
tmob.resting = 1
|
||||
else
|
||||
tmob.Weaken(1)
|
||||
|
||||
Reference in New Issue
Block a user