mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-05 23:12:26 +00:00
Adds plastic clogs to loadout
Replaces sprite with one from https://github.com/Baystation12/Baystation12/pull/30926
This commit is contained in:
@@ -171,3 +171,12 @@
|
||||
/datum/gear/shoes/circuitry
|
||||
display_name = "boots, circuitry (empty)"
|
||||
path = /obj/item/clothing/shoes/circuitry
|
||||
|
||||
|
||||
/datum/gear/shoes/clogs
|
||||
display_name = "clogs (colorable)"
|
||||
path = /obj/item/clothing/shoes/sandal/clogs
|
||||
|
||||
/datum/gear/shoes/clogs/New()
|
||||
..()
|
||||
gear_tweaks += gear_tweak_free_color_choice
|
||||
Reference in New Issue
Block a user