mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
@@ -14,10 +14,10 @@
|
||||
reqs = list(list(/obj/item/handcuffs/cable = 1),
|
||||
list(/obj/item/stack/rods = 1),
|
||||
list(/obj/item/material/shard = 1,
|
||||
/obj/item/material/butterflyblade = 1)
|
||||
/obj/item/material/butterflyblade = 1)
|
||||
)
|
||||
parts = list(/obj/item/material/shard = 1,
|
||||
/obj/item/material/butterflyblade = 1)
|
||||
/obj/item/material/butterflyblade = 1)
|
||||
time = 40
|
||||
category = CAT_WEAPONRY
|
||||
subcategory = CAT_WEAPON
|
||||
|
||||
@@ -181,13 +181,13 @@
|
||||
/obj/item/storage/belt/explorer,
|
||||
/obj/item/clothing/mask/gas/explorer,
|
||||
/obj/item/cartridge/explorer,
|
||||
/obj/item/gps/explorer,
|
||||
/obj/item/clothing/under/explorer,
|
||||
/obj/item/radio/headset/explorer,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/gps/explorer,
|
||||
/obj/item/clothing/under/explorer,
|
||||
/obj/item/radio/headset/explorer,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/material/knife/tacknife/survival,
|
||||
/obj/item/material/knife/machete,
|
||||
/obj/item/clothing/accessory/holster/machete,
|
||||
/obj/item/clothing/accessory/holster/machete,
|
||||
/obj/item/clothing/accessory/watch/survival
|
||||
)
|
||||
cost=25
|
||||
@@ -208,7 +208,7 @@
|
||||
/obj/item/gps/explorer,
|
||||
/obj/item/clothing/gloves/fingerless,
|
||||
/obj/item/clothing/suit/storage/toggle/bomber/pilot,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/flashlight,
|
||||
/obj/item/material/knife/tacknife/survival,
|
||||
/obj/item/clothing/head/pilot_vr,
|
||||
@@ -243,13 +243,13 @@
|
||||
/obj/item/storage/belt/explorer/pathfinder,
|
||||
/obj/item/clothing/mask/gas/explorer,
|
||||
/obj/item/cartridge/explorer,
|
||||
/obj/item/gps/explorer,
|
||||
/obj/item/clothing/under/explorer,
|
||||
/obj/item/radio/headset/pathfinder,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/gps/explorer,
|
||||
/obj/item/clothing/under/explorer,
|
||||
/obj/item/radio/headset/pathfinder,
|
||||
/obj/item/clothing/shoes/boots/winter/explorer,
|
||||
/obj/item/material/knife/tacknife/survival,
|
||||
/obj/item/material/knife/machete/deluxe,
|
||||
/obj/item/clothing/accessory/holster/machete,
|
||||
/obj/item/clothing/accessory/holster/machete,
|
||||
/obj/item/storage/box/explorerkeys,
|
||||
/obj/item/mapping_unit,
|
||||
/obj/item/clothing/accessory/watch/survival
|
||||
|
||||
@@ -167,7 +167,7 @@
|
||||
holder.add_hiddenprint(ui.user)
|
||||
|
||||
switch(action)
|
||||
// Toggles the cut/mend status.
|
||||
// Toggles the cut/mend status.
|
||||
if("cut")
|
||||
// if(!I.has_tool_quality(TOOL_WIRECUTTER) && !user.can_admin_interact())
|
||||
if(!istype(I) || !I.has_tool_quality(TOOL_WIRECUTTER))
|
||||
@@ -194,7 +194,7 @@
|
||||
|
||||
return TRUE
|
||||
|
||||
// Attach a signaler to a wire.
|
||||
// Attach a signaler to a wire.
|
||||
if("attach")
|
||||
if(is_attached(color))
|
||||
var/obj/item/O = detach_assembly(color)
|
||||
|
||||
Reference in New Issue
Block a user