mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Umbrellas for Rimpoint | A funny name for a funny PR (#4682)
## About The Pull Request Working Umbrellas, printed with Plastic and Iron, at autolathes. ## Why It's Good For The Game I'm unsure as to why we didn't have these to begin with for species that can't stand in rain such as slimes. ## Proof Of Testing <details> <summary>Screenshots/Videos</summary> https://github.com/user-attachments/assets/e9702747-0092-4d86-bf91-6c3429c656fc </details> ## Changelog 🆑 add: Added umbrellas for Rimpoint at Autolathes and Service Protolathes which block rain reagants. /🆑 --------- Co-authored-by: Cursor <102828457+theselfish@users.noreply.github.com>
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