mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge branch 'master' of https://github.com/tgstation/tgstation into upstream-15-10-2025
This commit is contained in:
@@ -292,7 +292,7 @@
|
||||
possible_headwear += item
|
||||
if(!length(possible_headwear))
|
||||
for(var/obj/item/item in orange(1))
|
||||
if(ispath(item.dog_fashion, /datum/dog_fashion/head) && CanReach(item))
|
||||
if(ispath(item.dog_fashion, /datum/dog_fashion/head) && item.IsReachableBy(src))
|
||||
possible_headwear += item
|
||||
if(!length(possible_headwear))
|
||||
return
|
||||
|
||||
@@ -81,7 +81,7 @@ GLOBAL_LIST_INIT(pet_options, list(
|
||||
|
||||
for(var/color in possible_colors)
|
||||
demo_carrier.set_greyscale(possible_colors[color])
|
||||
list_to_return[color] = icon2base64(getFlatIcon(demo_carrier))
|
||||
list_to_return[color] = icon2base64(getFlatIcon(demo_carrier, no_anim = TRUE))
|
||||
qdel(demo_carrier)
|
||||
return list_to_return
|
||||
|
||||
|
||||
Reference in New Issue
Block a user