Skip to content

Commit

Permalink
[MIRROR] Adds missing items to Robotics crate (#1284)
Browse files Browse the repository at this point in the history
* 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

:cl: SpaceLove
fix: Central Command Logistics department noticed the missing items on
their listings for robotics assembly crate. They have updated it!
/:cl:

Testing Proof: 

![image](https://github.com/tgstation/tgstation/assets/68121607/87e4e607-2dfc-4267-bdbb-f1f49ea2e448)

* Adds missing items to Robotics crate

---------

Co-authored-by: SpaceLoveSs13 <[email protected]>
  • Loading branch information
2 people authored and StealsThePRs committed Mar 5, 2024
1 parent 7765d74 commit 873464f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions code/modules/cargo/packs/science.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 873464f

Please sign in to comment.