mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-13 08:04:22 +01:00
.
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user