This commit is contained in:
silicons
2020-09-19 16:17:26 -07:00
parent 1ea0dd9f76
commit 97f373a199
3 changed files with 7 additions and 10 deletions
+1 -1
View File
@@ -146,7 +146,7 @@
// Directional sweep!
last_shieldbash = world.time
if(!user.UseStaminaBuffer(shieldbash_stamcost, warn = TRUE))
return FLASE
return FALSE
// Since we are in combat mode, we can probably safely use the user's dir instead of getting their mouse pointing cardinal dir.
var/bashdir = user.dir
do_shieldbash_effect(user, bashdir, harmful)