mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-12 00:27:31 +01:00
[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:
@@ -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