only tab indentation (#17408)

* only tab indentation

* .
This commit is contained in:
Kashargul
2025-03-23 15:28:15 +01:00
committed by GitHub
parent 6e881d8336
commit 2556102719
84 changed files with 761 additions and 753 deletions
@@ -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
+11 -11
View File
@@ -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
+2 -2
View File
@@ -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)