mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-30 00:21:11 +01:00
Gives changeNextMove() a better name, default define
This commit is contained in:
@@ -843,7 +843,7 @@ mob/proc/yank_out_object()
|
||||
|
||||
if(!isliving(usr) || !usr.canClick())
|
||||
return
|
||||
usr.changeNextMove(20)
|
||||
usr.setClickCooldown(20)
|
||||
|
||||
if(usr.stat == 1)
|
||||
usr << "You are unconcious and cannot do that!"
|
||||
|
||||
Reference in New Issue
Block a user