mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
Merge remote-tracking branch 'upstream/master' into upstream-sync
This commit is contained in:
@@ -641,3 +641,16 @@
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_SERVICE,
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SERVICE
|
||||
|
||||
// BUBBER EDIT: Adds Umbrellas
|
||||
/datum/design/umbrella
|
||||
name = "Collapsable Umbrella"
|
||||
id = "collapsable_umbrella"
|
||||
build_type = PROTOLATHE | AUTOLATHE
|
||||
materials = list(/datum/material/iron = SMALL_MATERIAL_AMOUNT * 0.75, /datum/material/plastic = SMALL_MATERIAL_AMOUNT * 0.25)
|
||||
build_path = /obj/item/umbrella/collapsible
|
||||
category = list(
|
||||
RND_CATEGORY_INITIAL,
|
||||
RND_CATEGORY_TOOLS + RND_SUBCATEGORY_TOOLS_SERVICE,
|
||||
)
|
||||
departmental_flags = DEPARTMENT_BITFLAG_SERVICE
|
||||
|
||||
@@ -37,6 +37,7 @@
|
||||
"ticket_machine",
|
||||
"radio_entertainment",
|
||||
"photocopier",
|
||||
"collapsable_umbrella",
|
||||
)
|
||||
|
||||
/datum/techweb_node/sanitation
|
||||
|
||||
Reference in New Issue
Block a user