mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 05:30:05 +01:00
Makes the service cyborg competent at bartending (#47385)
* service borg gang * Update borghydro.dm * Update robot_modules.dm * Wow I can't believe it took me 12 hours to find * Update robot_modules.dm
This commit is contained in:
@@ -882,6 +882,19 @@
|
||||
/obj/item/borg/apparatus/beaker/extra
|
||||
name = "secondary beaker storage apparatus"
|
||||
desc = "A supplementary beaker storage apparatus."
|
||||
|
||||
/obj/item/borg/apparatus/beaker/service
|
||||
name = "beverage storage apparatus"
|
||||
desc = "A special apparatus for carrying drinks without spilling the contents. Alt-Z or right-click to drop the beaker."
|
||||
icon_state = "borg_beaker_apparatus"
|
||||
storable = list(/obj/item/reagent_containers/food/drinks/,
|
||||
/obj/item/reagent_containers/food/condiment)
|
||||
|
||||
/obj/item/borg/apparatus/beaker/service/Initialize()
|
||||
. = ..()
|
||||
stored = new /obj/item/reagent_containers/food/drinks/drinkingglass(src)
|
||||
RegisterSignal(stored, COMSIG_ATOM_UPDATE_ICON, /atom/.proc/update_icon)
|
||||
update_icon()
|
||||
|
||||
////////////////////
|
||||
//engi part holder//
|
||||
|
||||
Reference in New Issue
Block a user