mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
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:
co-authored by
Cody Brittain
parent
e90c37abf6
commit
462115b501
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user