Skip to content

Commit

Permalink
fix(boxes): removed large tubes from light boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
HuKuTaPan4 authored Oct 16, 2024
1 parent 971b9b4 commit b5949ce
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions code/game/objects/items/storage/boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -501,17 +501,15 @@
/obj/item/storage/box/lights/tubes
name = "box of replacement tubes"
icon_state = "lighttube"
startswith = list(/obj/item/light/tube = 17,
/obj/item/light/tube/large = 4)
startswith = list(/obj/item/light/tube = 21)

/obj/item/storage/box/lights/tubes/empty
startswith = null

/obj/item/storage/box/lights/mixed
name = "box of replacement lights"
icon_state = "lightmixed"
startswith = list(/obj/item/light/tube = 12,
/obj/item/light/tube/large = 4,
startswith = list(/obj/item/light/tube = 16,
/obj/item/light/bulb = 5)

/obj/item/storage/box/lights/mixed/empty
Expand Down

0 comments on commit b5949ce

Please sign in to comment.