[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
This commit is contained in:
Ghom
2024-08-21 16:28:02 +02:00
committed by GitHub
parent 18c484b883
commit 83e1a58529
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)
. = ..()