This commit is contained in:
DGamerL
2024-03-28 01:42:03 +00:00
committed by GitHub
parent 2708767028
commit 8e4c8688ce
@@ -31,6 +31,9 @@
/obj/item/melee/powerfist/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/tank/internals))
if(!iscarbon(loc))
to_chat(user, "<span class='warning'>You have to hold the powerfist in your hand!</span>")
return
if(!tank)
var/obj/item/tank/internals/IT = W
if(IT.volume <= 3)