mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 03:25:49 +01:00
Tool overhaul (usesound & toolspeed), wire descriptions/ghost interaction, add additional tools, refactor can(t)_hold
This commit is contained in:
@@ -720,7 +720,7 @@
|
||||
icon_state = "implant"
|
||||
max_w_class = 3
|
||||
storage_slots = 2
|
||||
can_hold = list("/obj/item/weapon/mining_drone_cube","/obj/item/weapon/weldingtool/hugetank")
|
||||
can_hold = list(/obj/item/weapon/mining_drone_cube, /obj/item/weapon/weldingtool/hugetank)
|
||||
|
||||
/obj/item/weapon/storage/box/drone_kit/New()
|
||||
..()
|
||||
|
||||
@@ -192,8 +192,12 @@
|
||||
quality = 1
|
||||
return
|
||||
..()
|
||||
|
||||
/obj/item/weapon/twohanded/required/gibtonite/attack_ghost(mob/user)
|
||||
if(wires)
|
||||
wires.Interact(user)
|
||||
|
||||
/obj/item/weapon/twohanded/required/gibtonite/attack_self(user)
|
||||
/obj/item/weapon/twohanded/required/gibtonite/attack_self(mob/user)
|
||||
if(wires)
|
||||
wires.Interact(user)
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user