[MIRROR] [NO GBP] Fixing Clarke's ore box the proper way (#29519)

* [NO GBP] Fixing Clarke's ore box the proper way (#85954)

## About The Pull Request
#85924 did it in a bad way, but I was too hasty and merged it anyway, so
it's on my shoulders to rectify that.

## Why It's Good For The Game
Code guidelines compliance.

## Changelog
N/A

* [NO GBP] Fixing Clarke's ore box the proper way

---------

Co-authored-by: Ghom <42542238+Ghommie@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-08-21 23:49:49 +02:00
committed by GitHub
parent b76c42417e
commit 4c61fb7e5f
2 changed files with 9 additions and 7 deletions
@@ -22,8 +22,6 @@
var/boulder_size = BOULDER_SIZE_SMALL
/// Used in inheriting the icon_state from our parent vent in update_icon.
var/boulder_string = "boulder"
// There is one boulder per boulder (this is required for the Clarke UI as it treats ores and boulders in the same fashion and needs an amount for both)
var/amount = 1
/obj/item/boulder/Initialize(mapload)
. = ..()