This commit is contained in:
silicons
2020-09-15 15:29:34 -07:00
parent de3227e3e0
commit e7220e842e
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -77,7 +77,7 @@
to_chat(user, "<span class='warning'>\The [src] can't operate without a source of gas!</span>")
return FALSE
var/weight = getweight(user, STAM_COST_ATTACK_MOB_MULT)
if(!UseStaminaBuffer(weight, warn = TRUE))
if(!user.UseStaminaBuffer(weight, warn = TRUE))
return FALSE
var/datum/gas_mixture/gasused = tank.air_contents.remove(gasperfist * fisto_setting)
var/turf/T = get_turf(src)