From 5482469a86545fa0e15337834232fed19fb23ba5 Mon Sep 17 00:00:00 2001 From: SkullyRoberts Date: Thu, 30 May 2019 13:02:18 -0400 Subject: [PATCH] Added lightup shoes and heelys to maint loot --- code/_globalvars/lists/maintenance_loot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/_globalvars/lists/maintenance_loot.dm b/code/_globalvars/lists/maintenance_loot.dm index 36049de77b..aa1cdcb40a 100644 --- a/code/_globalvars/lists/maintenance_loot.dm +++ b/code/_globalvars/lists/maintenance_loot.dm @@ -109,5 +109,7 @@ GLOBAL_LIST_INIT(maintenance_loot, list( /obj/item/reagent_containers/pill/floorpill = 1, /obj/item/storage/daki = 3, //VERY IMPORTANT CIT CHANGE - adds bodypillows to maint /obj/item/storage/pill_bottle/penis_enlargement = 2, + /obj/item/clothing/shoes/wheelys = 1, + /obj/item/clothing/shoes/kindleKicks = 1, "" = 3 ))