Gives changeNextMove() a better name, default define

This commit is contained in:
mwerezak
2015-06-30 22:29:45 -04:00
parent 087a978d56
commit 32b95445e3
27 changed files with 46 additions and 43 deletions
+1 -1
View File
@@ -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!"