This commit is contained in:
Kashargul
2024-10-04 12:55:28 +02:00
committed by GitHub
parent d8c2ad7cd8
commit 6e67c086bb
+1 -1
View File
@@ -100,7 +100,7 @@
if (istype(W, /obj/item/melee/shock_maul))
var/obj/item/melee/shock_maul/S = W
if(!S.wielded || !S.status)
to_chat(user, span_warning("\The [src] must be wielded in two hands and powered on to be used for mining!"))
to_chat(user, span_warning("\The [W] must be wielded in two hands and powered on to be used for mining!"))
return
to_chat(user, span_notice("You pulverize \the [src]!"))
for(var/i=0;i<(rand(mindrop,upperdrop));i++)