mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-13 17:14:47 +01:00
DUCKS WORK!
This commit is contained in:
@@ -235,6 +235,9 @@
|
||||
icon_state = "rubberducky"
|
||||
item_state = "rubberducky"
|
||||
|
||||
/obj/item/bikehorn/rubberducky/plasticducky
|
||||
name = "plastic ducky"
|
||||
desc = "It appears to be a cheap plastic knockoff of a loveable bathtime toy."
|
||||
|
||||
/obj/structure/sink
|
||||
name = "sink"
|
||||
|
||||
@@ -275,7 +275,7 @@
|
||||
build_path = /obj/item/tank/internals/plasma/empty
|
||||
category = list("Equipment")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_ENGINEERING | DEPARTMENTAL_FLAG_SCIENCE
|
||||
|
||||
|
||||
/datum/design/id
|
||||
name = "Identification Card"
|
||||
desc = "A card used to provide ID and determine access across the station."
|
||||
@@ -284,7 +284,17 @@
|
||||
materials = list(/datum/material/iron=200, /datum/material/glass = 100)
|
||||
build_path = /obj/item/card/id
|
||||
category = list("Electronics")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
departmental_flags = DEPARTMENTAL_FLAG_SERVICE
|
||||
|
||||
/datum/design/plasticducky
|
||||
name = "Rubber Ducky"
|
||||
desc = "The classic Nanotracen design for competitively priced bath based duck toys. No need for fancy Waffle co. rubber, buy Plastic Ducks today!"
|
||||
id = "plasticducky"
|
||||
build_type = PROTOLATHE
|
||||
materials = list(/datum/material/plastic = 1000)
|
||||
build_path = /obj/item/bikehorn/rubberducky/plasticducky
|
||||
category = list("Equipment")
|
||||
departmental_flags = DEPARTMENTAL_FLAG_ALL
|
||||
|
||||
/////////////////////////////////////////
|
||||
////////////Janitor Designs//////////////
|
||||
|
||||
@@ -385,7 +385,7 @@
|
||||
display_name = "Clown Technology"
|
||||
description = "Honk?!"
|
||||
prereq_ids = list("base")
|
||||
design_ids = list("air_horn", "honker_main", "honker_peri", "honker_targ", "honk_chassis", "honk_head", "honk_torso", "honk_left_arm", "honk_right_arm",
|
||||
design_ids = list("air_horn", "plasticducky", "honker_main", "honker_peri", "honker_targ", "honk_chassis", "honk_head", "honk_torso", "honk_left_arm", "honk_right_arm",
|
||||
"honk_left_leg", "honk_right_leg", "mech_banana_mortar", "mech_mousetrap_mortar", "mech_honker", "mech_punching_face", "implant_trombone", "borg_transform_clown")
|
||||
research_costs = list(TECHWEB_POINT_TYPE_GENERIC = 2500)
|
||||
export_price = 5000
|
||||
|
||||
Reference in New Issue
Block a user