Skip to content

Commit

Permalink
its too late
Browse files Browse the repository at this point in the history
  • Loading branch information
Gw0sty committed Sep 29, 2024
1 parent 1dac0a1 commit bb4aee7
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions code/game/objects/items/storage/boxes/science_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,11 @@ obj/item/storage/box/nanitecontrol
illustration = "disk_kit"

obj/item/storage/box/nanitecontrol/PopulateContents()

Check warning on line 39 in code/game/objects/items/storage/boxes/science_boxes.dm

View workflow job for this annotation

GitHub Actions / Run Linters

relatively pathed proc defined here
/obj/item/nanite_remote = 3,
/obj/item/nanite_scanner = 3,
// /obj/item/nanite_injector = 1, //coded out as its been on blueshift and noones had issues with it but there probably should be a discussion before added everywhere.

var/static/items_inside = list(
/obj/item/nanite_remote = 3,
/obj/item/nanite_scanner = 3,
// /obj/item/nanite_injector = 1, //coded out as its been on blueshift and noones had issues with it but there probably should be a discussion before added everywhere.
)
/obj/item/storage/box/monkeycubes
name = "monkey cube box"
desc = "Drymate brand monkey cubes. Just add water!"
Expand Down

0 comments on commit bb4aee7

Please sign in to comment.