Merge pull request #6710 from VOREStation/aro-warning

Fix compile warning
This commit is contained in:
Novacat
2020-02-29 20:14:08 -05:00
committed by GitHub
2 changed files with 0 additions and 4 deletions
@@ -1931,7 +1931,3 @@ Departamental Swimsuits, for general use
default_worn_icon = 'icons/vore/custom_clothes_vr.dmi'
color = COLOR_NAVY
sprite_sheets = null
/obj/item/clothing/under/fluff/excess/get_worn_icon_state(var/slot_name)
. = ..()
. = copytext(. , 1 , lentext( . ) - 1) //get rid of the extra "_s" added by /obj/item/clothing/under/get_worn_icon_state()
Binary file not shown.

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 207 KiB