mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-25 01:22:24 +00:00
Merge pull request #9091 from listerla/crocs
Adds plastic clogs to loadout, ports sprite by Pawn
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