mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Adds missing items to Robotics crate (#81825)
## About The Pull Request Adds missing items to robotcs crate. ## Why It's Good For The Game Issue Fix PR ## Changelog 🆑 SpaceLove fix: Central Command Logistics department noticed the missing items on their listings for robotics assembly crate. They have updated it! /🆑 Testing Proof: 
This commit is contained in:
@@ -104,14 +104,16 @@
|
||||
name = "Robotics Assembly Crate"
|
||||
desc = "The tools you need to replace those finicky humans with a loyal robot army! \
|
||||
Contains four proximity sensors, two empty first aid kits, two health analyzers, \
|
||||
two red hardhats, two mechanical toolboxes, and two cleanbot assemblies!"
|
||||
two red hardhats, two toolboxes, and two cleanbot assemblies!"
|
||||
cost = CARGO_CRATE_VALUE * 3
|
||||
access = ACCESS_ROBOTICS
|
||||
access_view = ACCESS_ROBOTICS
|
||||
contains = list(/obj/item/assembly/prox_sensor = 5,
|
||||
contains = list(/obj/item/assembly/prox_sensor = 4,
|
||||
/obj/item/healthanalyzer = 2,
|
||||
/obj/item/clothing/head/utility/hardhat/red = 2,
|
||||
/obj/item/storage/medkit = 2)
|
||||
/obj/item/storage/medkit = 2,
|
||||
/obj/item/storage/toolbox = 2,
|
||||
/obj/item/bot_assembly/cleanbot = 2)
|
||||
crate_name = "robotics assembly crate"
|
||||
crate_type = /obj/structure/closet/crate/secure/science/robo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user