mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
carpenter hammer fits on belt slot (#88109)
## About The Pull Request bro its a hammer (speaking of, i feel like it should fit on the toolbelt & be a crowbar. but that's basically 1:1 the preexisting claw hammer, idk) ## Why It's Good For The Game bro it's a hammer. ## Changelog 🆑 qol: carpenter hammer fits on belt slot code: renames belt_icon_state to inside_belt_icon_state for intelligibiility /🆑
This commit is contained in:
@@ -21,9 +21,9 @@
|
||||
TEST_FAIL("[worn.DebugName()] is missing a sprite for the worn overlay for [item_path]. Expected icon state: '[worn_icon_state]'")
|
||||
|
||||
var/datum/greyscale_config/belt = SSgreyscale.configurations["[initial(item_path.greyscale_config_belt)]"]
|
||||
var/belt_icon_state = initial(item_path.belt_icon_state) || initial(item_path.icon_state)
|
||||
if(belt && !belt.icon_states[belt_icon_state])
|
||||
TEST_FAIL("[belt.DebugName()] is missing a sprite for the belt overlay for [item_path]. Expected icon state: '[belt_icon_state]'")
|
||||
var/inside_belt_icon_state = initial(item_path.inside_belt_icon_state) || initial(item_path.icon_state)
|
||||
if(belt && !belt.icon_states[inside_belt_icon_state])
|
||||
TEST_FAIL("[belt.DebugName()] is missing a sprite for the belt overlay for [item_path]. Expected icon state: '[inside_belt_icon_state]'")
|
||||
|
||||
/// Makes sure objects using greyscale configs have, if any, the correct number of colors
|
||||
/datum/unit_test/greyscale_color_count
|
||||
|
||||
Reference in New Issue
Block a user