mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 14:39:58 +01:00
Cardboard crates are now made of cardboard (#94289)
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
can_weld_shut = 0
|
||||
cutting_tool = /obj/item/wirecutters
|
||||
material_drop = /obj/item/stack/sheet/cardboard
|
||||
custom_materials = list(/datum/material/cardboard = SHEET_MATERIAL_AMOUNT * 4)
|
||||
delivery_icon = "deliverybox"
|
||||
anchorable = FALSE
|
||||
open_sound = 'sound/machines/cardboard_box.ogg'
|
||||
@@ -19,7 +20,6 @@
|
||||
door_anim_time = 0 // no animation
|
||||
can_install_electronics = FALSE
|
||||
paint_jobs = null
|
||||
custom_materials = list(/datum/material/cardboard = SHEET_MATERIAL_AMOUNT * 4)
|
||||
/// Cooldown controlling when the box can trigger the Metal Gear Solid-style '!' alert.
|
||||
COOLDOWN_DECLARE(alert_cooldown)
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
pass_flags_self = PASSSTRUCTURE
|
||||
material_drop = /obj/item/stack/sheet/cardboard
|
||||
material_drop_amount = 4
|
||||
custom_materials = list(/datum/material/cardboard = SHEET_MATERIAL_AMOUNT * 4)
|
||||
icon_state = "cardboard"
|
||||
base_icon_state = "cardboard"
|
||||
open_sound = 'sound/items/poster/poster_ripped.ogg'
|
||||
|
||||
Reference in New Issue
Block a user