mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 03:57:13 +01:00
no more soup
This commit is contained in:
@@ -270,7 +270,6 @@
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/engineer = 1,
|
||||
/obj/item/flashlight = 1,
|
||||
/obj/item/reagent_containers/food/drinks/flask/soup = 1,
|
||||
/obj/item/pinpointer/crew = 1
|
||||
)
|
||||
implants = list(
|
||||
@@ -281,6 +280,7 @@
|
||||
/obj/item/organ/internal/cyberimp/eyes/hud/security,
|
||||
/obj/item/organ/internal/cyberimp/eyes/xray,
|
||||
/obj/item/organ/internal/cyberimp/brain/anti_stun,
|
||||
/obj/item/organ/internal/cyberimp/chest/nutriment/plus,
|
||||
/obj/item/organ/internal/cyberimp/arm/combat/centcom
|
||||
)
|
||||
|
||||
|
||||
@@ -35,8 +35,8 @@
|
||||
)
|
||||
backpack = /obj/item/storage/backpack/satchel
|
||||
box = /obj/item/storage/box/centcomofficer
|
||||
backpack_contents = list(
|
||||
/obj/item/reagent_containers/food/drinks/flask/soup = 1
|
||||
cybernetic_implants = list(
|
||||
/obj/item/organ/internal/cyberimp/chest/nutriment/plus
|
||||
)
|
||||
|
||||
// CC Officials who lead ERTs, Death Squads, etc.
|
||||
@@ -75,8 +75,7 @@
|
||||
backpack = /obj/item/storage/backpack/satchel
|
||||
backpack_contents = list(
|
||||
/obj/item/clothing/shoes/magboots/advance = 1,
|
||||
/obj/item/storage/box/zipties = 1,
|
||||
/obj/item/reagent_containers/food/drinks/flask/soup = 1
|
||||
/obj/item/storage/box/zipties = 1
|
||||
)
|
||||
implants = list(
|
||||
/obj/item/implant/mindshield,
|
||||
|
||||
@@ -292,12 +292,6 @@
|
||||
materials = list(MAT_METAL=250)
|
||||
volume = 60
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/flask/soup
|
||||
name = "soup flask"
|
||||
desc = "An large, insulated soup flask, designed to store nutritious soup for the spaceman on the go."
|
||||
volume = 100
|
||||
list_reagents = list("chicken_soup" = 100)
|
||||
|
||||
/obj/item/reagent_containers/food/drinks/flask/barflask
|
||||
name = "flask"
|
||||
desc = "For those who can't be bothered to hang out at the bar to drink."
|
||||
|
||||
Reference in New Issue
Block a user