Skip to content

Commit

Permalink
Candle box nerf 😭 (#4569)
Browse files Browse the repository at this point in the history
# About the pull request

Makes it so candle boxes only hold candles

# Explain why it's good for the game

Goodbye my friend, I will miss you.


# Testing Photographs and Procedure
<details>
<summary>Screenshots & Videos</summary>

Put screenshots and videos here with an empty line between the
screenshots and the `<details>` tags.

</details>


# Changelog

:cl: Morrow
fix: Candle boxes can now only hold candles
/:cl:
  • Loading branch information
morrowwolf authored Oct 3, 2023
1 parent 29b4d09 commit 1c6e894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/items/storage/fancy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
storage_slots = 5
throwforce = 2
flags_equip_slot = SLOT_WAIST

can_hold = list(/obj/item/tool/candle)

/obj/item/storage/fancy/candle_box/fill_preset_inventory()
for(var/i=1; i <= storage_slots; i++)
Expand Down

0 comments on commit 1c6e894

Please sign in to comment.