mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-18 11:36:24 +01:00
[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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user