From 05919a67246bff522e9486cd64c5e5b43c389f38 Mon Sep 17 00:00:00 2001 From: grandwizmiller Date: Wed, 5 Feb 2020 21:12:08 +0000 Subject: [PATCH 1/2] the coat el coat --- code/modules/ruins/lavaland_ruin_code.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/ruins/lavaland_ruin_code.dm b/code/modules/ruins/lavaland_ruin_code.dm index b6e0db2646..e9ec3e6e1e 100644 --- a/code/modules/ruins/lavaland_ruin_code.dm +++ b/code/modules/ruins/lavaland_ruin_code.dm @@ -127,7 +127,7 @@ name = "Off-station Syndicate Agent" r_hand = /obj/item/gun/ballistic/automatic/sniper_rifle uniform = /obj/item/clothing/under/syndicate - suit = /obj/item/clothing/suit/toggle/labcoat + suit = /obj/item/clothing/suit/toggle/labcoat/labredblack shoes = /obj/item/clothing/shoes/combat gloves = /obj/item/clothing/gloves/combat ears = /obj/item/radio/headset/syndicate/alt From 0d0c2a0273c0f127d68bf7ec3c63101a6cf5be49 Mon Sep 17 00:00:00 2001 From: grandwizmiller Date: Wed, 5 Feb 2020 21:12:19 +0000 Subject: [PATCH 2/2] el loot the loot --- code/game/machinery/computer/arcade.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm index b561224668..3020d87ce2 100644 --- a/code/game/machinery/computer/arcade.dm +++ b/code/game/machinery/computer/arcade.dm @@ -23,6 +23,7 @@ /obj/item/toy/gun = ARCADE_WEIGHT_TRICK, /obj/item/toy/gun/justicar = ARCADE_WEIGHT_TRICK, /obj/item/toy/gun/m41 = ARCADE_WEIGHT_TRICK, + /obj/item/gun/ballistic/automatic/AM4B = ARCADE_WEIGHT_TRICK /obj/item/toy/katana = ARCADE_WEIGHT_TRICK, /obj/item/toy/minimeteor = ARCADE_WEIGHT_TRICK, /obj/item/toy/nuke = ARCADE_WEIGHT_TRICK, @@ -35,6 +36,7 @@ /obj/item/toy/talking/griffin = ARCADE_WEIGHT_USELESS, /obj/item/toy/talking/owl = ARCADE_WEIGHT_USELESS, /obj/item/toy/toy_dagger = ARCADE_WEIGHT_TRICK, + /obj/item/toy/darksabre = ARCADE_WEIGHT_TRICK /obj/item/toy/toy_xeno = ARCADE_WEIGHT_TRICK, /obj/item/toy/windupToolbox = ARCADE_WEIGHT_TRICK, @@ -70,6 +72,7 @@ /obj/item/clothing/mask/fakemoustache/italian = ARCADE_WEIGHT_RARE, /obj/item/clothing/suit/hooded/wintercoat/ratvar/fake = ARCADE_WEIGHT_TRICK, /obj/item/clothing/suit/hooded/wintercoat/narsie/fake = ARCADE_WEIGHT_TRICK + /obj/item/storage/belt/sabre/darksabre = ARCADE_WEIGHT_TRICK ) light_color = LIGHT_COLOR_GREEN