Merge pull request #8587 from SkullyRoberts/DickImplant
Added a single use penis autosurgeon as rare maint loot. Because why the hell not?
This commit is contained in:
@@ -111,5 +111,6 @@ GLOBAL_LIST_INIT(maintenance_loot, list(
|
|||||||
/obj/item/storage/pill_bottle/penis_enlargement = 2,
|
/obj/item/storage/pill_bottle/penis_enlargement = 2,
|
||||||
/obj/item/clothing/shoes/wheelys = 1,
|
/obj/item/clothing/shoes/wheelys = 1,
|
||||||
/obj/item/clothing/shoes/kindleKicks = 1,
|
/obj/item/clothing/shoes/kindleKicks = 1,
|
||||||
|
/obj/item/autosurgeon/penis = 1,
|
||||||
"" = 3
|
"" = 3
|
||||||
))
|
))
|
||||||
|
|||||||
@@ -98,3 +98,8 @@
|
|||||||
|
|
||||||
/obj/item/autosurgeon/reviver
|
/obj/item/autosurgeon/reviver
|
||||||
starting_organ = /obj/item/organ/cyberimp/chest/reviver
|
starting_organ = /obj/item/organ/cyberimp/chest/reviver
|
||||||
|
|
||||||
|
/obj/item/autosurgeon/penis
|
||||||
|
desc = "A single use autosurgeon that contains a penis. A screwdriver can be used to remove it, but implants can't be placed back in."
|
||||||
|
uses = 1
|
||||||
|
starting_organ = /obj/item/organ/genital/penis
|
||||||
|
|||||||
Reference in New Issue
Block a user