mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 08:36:00 +01:00
Removes dorms toolboxes, tool storage insuls and multitools. (#48856)
* Replaces tool storage insulated gloves with budgets. * Removes multitools, dorms toolboxes * Adds multitools to youtool premium
This commit is contained in:
@@ -27,9 +27,10 @@
|
||||
drop_sound = 'sound/items/handling/multitool_drop.ogg'
|
||||
pickup_sound = 'sound/items/handling/multitool_pickup.ogg'
|
||||
custom_materials = list(/datum/material/iron=50, /datum/material/glass=20)
|
||||
var/obj/machinery/buffer // simple machine buffer for device linkage
|
||||
custom_premium_price = 450
|
||||
toolspeed = 1
|
||||
usesound = 'sound/weapons/empty.ogg'
|
||||
var/obj/machinery/buffer // simple machine buffer for device linkage
|
||||
var/mode = 0
|
||||
|
||||
/obj/item/multitool/examine(mob/user)
|
||||
|
||||
@@ -4,22 +4,23 @@
|
||||
icon_state = "tool"
|
||||
icon_deny = "tool-deny"
|
||||
products = list(/obj/item/stack/cable_coil = 10,
|
||||
/obj/item/crowbar = 5,
|
||||
/obj/item/weldingtool = 3,
|
||||
/obj/item/wirecutters = 5,
|
||||
/obj/item/wrench = 5,
|
||||
/obj/item/analyzer = 5,
|
||||
/obj/item/t_scanner = 5,
|
||||
/obj/item/screwdriver = 5,
|
||||
/obj/item/flashlight/glowstick = 3,
|
||||
/obj/item/flashlight/glowstick/red = 3,
|
||||
/obj/item/flashlight = 5,
|
||||
/obj/item/clothing/ears/earmuffs = 1)
|
||||
/obj/item/crowbar = 5,
|
||||
/obj/item/weldingtool = 3,
|
||||
/obj/item/wirecutters = 5,
|
||||
/obj/item/wrench = 5,
|
||||
/obj/item/analyzer = 5,
|
||||
/obj/item/t_scanner = 5,
|
||||
/obj/item/screwdriver = 5,
|
||||
/obj/item/flashlight/glowstick = 3,
|
||||
/obj/item/flashlight/glowstick/red = 3,
|
||||
/obj/item/flashlight = 5,
|
||||
/obj/item/clothing/ears/earmuffs = 1)
|
||||
contraband = list(/obj/item/clothing/gloves/color/fyellow = 2)
|
||||
premium = list(/obj/item/storage/belt/utility = 2,
|
||||
/obj/item/weldingtool/hugetank = 2,
|
||||
/obj/item/clothing/head/welding = 2,
|
||||
/obj/item/clothing/gloves/color/yellow = 1)
|
||||
/obj/item/multitool = 2,
|
||||
/obj/item/weldingtool/hugetank = 2,
|
||||
/obj/item/clothing/head/welding = 2,
|
||||
/obj/item/clothing/gloves/color/yellow = 1)
|
||||
armor = list("melee" = 100, "bullet" = 100, "laser" = 100, "energy" = 100, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 100, "acid" = 70)
|
||||
resistance_flags = FIRE_PROOF
|
||||
default_price = 125
|
||||
|
||||
Reference in New Issue
Block a user