From ecbae6560a83ee5d1fe4fa133bf5270c7ff836e5 Mon Sep 17 00:00:00 2001 From: Tacolizard Date: Thu, 8 Jun 2017 15:21:55 -0700 Subject: [PATCH] WARNING --- code/datums/outfit.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/datums/outfit.dm b/code/datums/outfit.dm index feba80aea42..1cced13cb42 100755 --- a/code/datums/outfit.dm +++ b/code/datums/outfit.dm @@ -69,6 +69,8 @@ var/obj/item/clothing/under/U = H.w_uniform if(U) U.attach_accessory(new accessory(H)) + else + WARNING("Unable to equip accessory [accessory] in outfit [name]. No uniform present!") if(l_hand) H.put_in_l_hand(new l_hand(H))