The Pumped Up Kicks Update (#16265)

* The Pumped Up Kicks Update

Shoes. New shoes. Look at them.

* WELCOME TO THE UNDERGROUND

* for the love of crust

* turns out a var already existed for that but was never implemented ffs

* face it you're never going to make it

* these are winter boots

* removes Paradox's Thinly Veiled Fetish

* shiit

* Apply suggestions from code review

* Update code/modules/clothing/shoes/oxfords.dm

Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>

* oops

* fuck this file

* nice balls, bro

* check out how hard i can pee

* pissing on the moon

* caligaeae

* pee pee poo poo man

* fixes

* damn you

* merge fixes

* knees more

* damn you merge conflict

* fix

* fixes 2

* riding boots

* truly, this fixes things

* dammit ctrl s

---------

Co-authored-by: Cody Brittain <cbrittain10@yahoo.com>
This commit is contained in:
Wowzewow (Wezzy)
2023-09-13 11:29:03 +00:00
committed by GitHub
co-authored by Cody Brittain
parent e90c37abf6
commit 462115b501
177 changed files with 1323 additions and 1307 deletions
+1 -1
View File
@@ -45,7 +45,7 @@ var/list/mob_icon_icon_states = list()
if(additional_parts)
I.add_overlay(additional_parts)
if(has_accents)
I.add_overlay(overlay_image(icon,"[item_state][contained_sprite ? slot_str_to_contained_flag(slot) : ""]_acc",accent_color, RESET_COLOR))
I.add_overlay(overlay_image(icon,"[icon_species_tag ? "[icon_species_tag]_" : ""][item_state][contained_sprite ? slot_str_to_contained_flag(slot) : ""]_acc",accent_color, RESET_COLOR))
return I
/obj/item/proc/get_image_key_mod()