mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-24 13:27:32 +01:00
Add a janitorial 'borg plunger (#85475)
## About The Pull Request I got annoyed at not being able to plung vents when there's a clog. This PR corrects that. I copied all of the cyborg mop attributes to make this. This is my first PR on this server, but I did test it on a local server, and it indeed, plungs. ## Why It's Good For The Game More content for janitorial cyborg. They really should have a plunger, to be honest. It just makes sense to me. ## Changelog 🆑 add: Added a cyborg plunger for janitorial modules /🆑
This commit is contained in:
@@ -1578,6 +1578,20 @@
|
||||
RND_CATEGORY_MECHFAB_CYBORG_MODULES + RND_SUBCATEGORY_MECHFAB_CYBORG_MODULES_JANITOR
|
||||
)
|
||||
|
||||
/datum/design/borg_upgrade_plunger
|
||||
name = "Integrated Plunger"
|
||||
id = "borg_upgrade_plunger"
|
||||
build_type = MECHFAB
|
||||
build_path = /obj/item/borg/upgrade/plunger
|
||||
materials = list(
|
||||
/datum/material/iron = SHEET_MATERIAL_AMOUNT*1.125,
|
||||
/datum/material/glass = HALF_SHEET_MATERIAL_AMOUNT*0.75,
|
||||
)
|
||||
construction_time = 4 SECONDS
|
||||
category = list(
|
||||
RND_CATEGORY_MECHFAB_CYBORG_MODULES + RND_SUBCATEGORY_MECHFAB_CYBORG_MODULES_JANITOR
|
||||
)
|
||||
|
||||
/datum/design/borg_upgrade_rolling_table
|
||||
name = "Rolling Table Dock"
|
||||
id = "borg_upgrade_rolling_table"
|
||||
|
||||
@@ -98,6 +98,7 @@
|
||||
"borg_upgrade_broomer",
|
||||
"borg_upgrade_expand",
|
||||
"borg_upgrade_prt",
|
||||
"borg_upgrade_plunger",
|
||||
"borg_upgrade_selfrepair",
|
||||
"borg_upgrade_thrusters",
|
||||
"borg_upgrade_trashofholding",
|
||||
|
||||
Reference in New Issue
Block a user