mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Ezpz fix (#24845)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user