From d74671cb102ee1663a0a89b440e646c787f8206f Mon Sep 17 00:00:00 2001 From: Chemlight Date: Thu, 6 Aug 2020 03:14:02 -0700 Subject: [PATCH] Changes and Addtions, xenoarch and maint Some little adjustments and additions, to xeno arch and maint with the holo parasite being more of a tarot deck. And added all organ autosurgeons with now, plushies! --- code/_globalvars/lists/maintenance_loot.dm | 4 ++++ code/modules/research/xenoarch/artifact_list.dm | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/code/_globalvars/lists/maintenance_loot.dm b/code/_globalvars/lists/maintenance_loot.dm index c25ebf5b..e503af95 100644 --- a/code/_globalvars/lists/maintenance_loot.dm +++ b/code/_globalvars/lists/maintenance_loot.dm @@ -115,5 +115,9 @@ GLOBAL_LIST_INIT(maintenance_loot, list( /obj/item/clothing/shoes/kindleKicks = 1, /obj/item/autosurgeon/penis = 1, /obj/item/autosurgeon/testicles = 1, + /obj/item/autosurgeon/vagina = 1, + /obj/item/autosurgeon/breasts = 1, + /obj/item/autosurgeon/womb = 1, + /obj/item/toy/plush/random = 1, "" = 3 )) diff --git a/code/modules/research/xenoarch/artifact_list.dm b/code/modules/research/xenoarch/artifact_list.dm index be5406b1..d4fda49f 100644 --- a/code/modules/research/xenoarch/artifact_list.dm +++ b/code/modules/research/xenoarch/artifact_list.dm @@ -38,7 +38,7 @@ GLOBAL_LIST_INIT(adv_artifact,list( /obj/item/shield/riot/roman=1, GLOBAL_LIST_INIT(ult_artifact,list( /obj/item/nuke_core/supermatter_sliver=1, /obj/item/storage/belt/sabre/rapier=1, - /obj/item/storage/box/syndie_kit/guardian=1, + /obj/item/guardiancreator=1, /obj/item/flashlight/emp=1, /obj/item/encryptionkey/binary=1, /obj/item/gun/medbeam=1,