Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc PVP Flavor Text Removal #374

Draft
wants to merge 26 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 25 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
de6c369
fuck that shit
Jun 2, 2024
2b6c465
Merge branch 'master' of https://github.com/KoishiVibe/PVE13-KOISHI-2
Jun 2, 2024
8ea6f23
emails
Jun 2, 2024
1e582ef
should hopefully accidently unfuck this
Jun 2, 2024
38aee5f
Merge branch 'master' of https://github.com/KoishiVibe/PVE13-KOISHI-2
KoishiVibe Jun 3, 2024
b69183d
FUCK.
Jun 6, 2024
d5078fe
unfucks that.
Jun 6, 2024
edf2ede
try to fix the problem
Jun 6, 2024
a361ab2
i dont know why hpefully fixed????
Jun 6, 2024
0f713b9
hopefully fixed wait no this needs to mathc
Jun 6, 2024
115e852
done
KoishiVibe Jun 13, 2024
f0b4d03
fucking fix you piece of shit
Jun 20, 2024
017baf3
undoes a fuckup with the master
Jun 22, 2024
3be565c
Merge branch 'master' of https://github.com/KoishiVibe/PVE13-KOISHI-2
Jun 22, 2024
9698a01
fixes issue
Jun 22, 2024
c040c59
how tf did this get changed
KoishiVibe Jun 25, 2024
d681f97
flask draftoid
KoishiVibe Aug 13, 2024
d5d3a3e
unfucks an accidental fucking commit I hate how you cant undo it fuck…
KoishiVibe Aug 13, 2024
59c0da2
cadmium poisoning removal. fuck that. it does smell like literal actu…
KoishiVibe Aug 13, 2024
d04b250
whoops forgor
KoishiVibe Aug 13, 2024
d78810c
how did that get changed????
KoishiVibe Aug 13, 2024
a515995
Update code/modules/client/preferences_gear.dm
KoishiVibe Aug 14, 2024
a986d7d
Update code/modules/client/preferences_gear.dm
KoishiVibe Aug 14, 2024
2982f89
Merge branch 'master' into un-pvp-flavor-text
KoishiVibe Aug 14, 2024
2a0decf
Implements the thing I meant to implement but somehow got pushed to m…
KoishiVibe Aug 14, 2024
fca79f6
Merge branch 'master' into un-pvp-flavor-text
KoishiVibe Sep 16, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions code/game/machinery/vending/vendor_types/food.dm
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//------------CANTEEN MRE VENDOR---------------
/obj/structure/machinery/cm_vending/sorted/marine_food
name = "\improper ColMarTech Food Vendor"
desc = "USCM Food Vendor, containing standard military Prepared Meals."
name = "\improper Shipborne Auto-Chef"
desc = "A robotic food preparation complex, dispensing meals from a list of options. After some few decades of subjective time, the fact that it can put together edible food from ship stores is a miracle. A second miracle would be making it consistently tasty..."
icon_state = "marine_food"
hackable = TRUE
unacidable = FALSE
Expand All @@ -11,13 +11,13 @@
/obj/structure/machinery/cm_vending/sorted/marine_food/populate_product_list(scale)
listed_products = list(
list("PREPARED MEALS", -1, null, null),
list("USCM Prepared Meal (Chicken)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal5, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Cornbread)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal1, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Pasta)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal3, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Pizza)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal4, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Pork)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal2, VENDOR_ITEM_REGULAR),
list("USCM Prepared Meal (Tofu)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal6, VENDOR_ITEM_REGULAR),
list("USCM Protein Bar", 50, /obj/item/reagent_container/food/snacks/protein_pack, VENDOR_ITEM_REGULAR),
list("Prepared Meal (Chicken)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal5, VENDOR_ITEM_REGULAR),
list("Prepared Meal (Cornbread)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal1, VENDOR_ITEM_REGULAR),
list("Prepared Meal (Pasta)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal3, VENDOR_ITEM_REGULAR),
list("Prepared Meal (Pizza)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal4, VENDOR_ITEM_REGULAR),
list("Prepared Meal (Pork)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal2, VENDOR_ITEM_REGULAR),
list("Prepared Meal (Tofu)", 15, /obj/item/reagent_container/food/snacks/mre_pack/meal6, VENDOR_ITEM_REGULAR),
list("Protein Bar", 50, /obj/item/reagent_container/food/snacks/protein_pack, VENDOR_ITEM_REGULAR),
list("FLASKS", -1, null, null),
list("Canteen", 10, /obj/item/reagent_container/food/drinks/flask/canteen, VENDOR_ITEM_REGULAR),
list("Metal Flask", 10, /obj/item/reagent_container/food/drinks/flask, VENDOR_ITEM_REGULAR),
Expand Down
6 changes: 3 additions & 3 deletions code/game/objects/items/cosmetics.dm
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

/obj/item/facepaint/sniper
name = "fullbody paint"
desc = "Paint, for your face. This facepaint is meant to help you blend in with the foliage, but studies on this are at best inconclusive. Wipe it off your face with some paper if you need to."
desc = "Paint, for your entire body. Not incredibly useful unless you plan to really go commando. Wipe it off your face with some paper if you need to."
paint_type = "full_camo"
icon_state = "full_camo"

Expand All @@ -42,8 +42,8 @@
icon_state = "skull_camo"

/obj/item/facepaint/sunscreen_stick
name= "\improper USCM issue sunscreen"
desc = "A stick of SPF 50 sunscreen, issued to you by the good brass of the Corps. Whereas the previously issued sunscreen was toxic upon ingestion, this batch improves upon that by only containing excessive amounts of cadmium."
name= "\improper service issue sunscreen"
desc = "A stick of service issue SPF 50 sunscreen with the Marine logo on the bottom. Nontoxic, weather-resistant, smells horrible even after it's been washed off."
paint_type = "sunscreen_stick"
icon_state = "sunscreen_stick"

Expand Down
4 changes: 2 additions & 2 deletions code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -1071,9 +1071,9 @@ var/global/list/gear_datums_by_name = list()
cost = 3

/datum/gear/misc/sunscreen_stick
display_name = "USCM issue sunscreen"
display_name = "Service issue sunscreen"
path = /obj/item/facepaint/sunscreen_stick
cost = 1 //The cadmium poisoning pays for the discounted cost longterm
cost = 1
allowed_origins = USCM_ORIGINS

/datum/gear/misc/patch_uscm
Expand Down
47 changes: 23 additions & 24 deletions code/modules/cm_marines/equipment/gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@


/obj/item/reagent_container/food/snacks/protein_pack
name = "stale USCM protein bar"
desc = "The most fake-looking protein bar you have ever laid eyes on, covered in a substitution chocolate. The powder used to make these is a substitute of a substitute of whey substitute."
name = "chocolate coated protein bar"
desc = "Sort of chocolate flavored nutrient bar that theoretically provides all of the resources the body needs for a few hours of combat. Excessively sweetened with long-stability sweeteners."
icon_state = "yummers"
filling_color = "#ED1169"
w_class = SIZE_TINY
Expand All @@ -212,13 +212,12 @@

/obj/item/reagent_container/food/snacks/mre_pack
name = "\improper generic MRE pack"
//trash = /obj/item/trash/USCMtray
trash = null
trash = /obj/item/trash/USCMtray
w_class = SIZE_SMALL

/obj/item/reagent_container/food/snacks/mre_pack/meal1
name = "\improper USCM Prepared Meal (cornbread)"
desc = "A tray of standard USCM food. Stale cornbread, tomato paste and some green goop fill this tray."
name = "\improper Prepared Meal (cornbread)"
desc = "A tray of machine prepared food. Consists of what is supposedly cornbread, slightly bitter tomato paste, and some green... sauce?"
icon_state = "MREa"
filling_color = "#ED1169"

Expand All @@ -228,8 +227,8 @@
bitesize = 3

/obj/item/reagent_container/food/snacks/mre_pack/meal2
name = "\improper USCM Prepared Meal (pork)"
desc = "A tray of standard USCM food. Partially raw pork, goopy corn and some watery mashed potatoes fill this tray."
name = "\improper Prepared Meal (pork)"
desc = "A tray of machine prepared food. Consists of well prepared pork, oversalted mashed potatoes, and weirdly watery corn."
icon_state = "MREb"

/obj/item/reagent_container/food/snacks/mre_pack/meal2/Initialize()
Expand All @@ -238,8 +237,8 @@
bitesize = 2

/obj/item/reagent_container/food/snacks/mre_pack/meal3
name = "\improper USCM Prepared Meal (pasta)"
desc = "A tray of standard USCM food. Overcooked spaghetti, waterlogged carrots and two french fries fill this tray."
name = "\improper Prepared Meal (pasta)"
desc = "A tray of machine prepared food. Consists of over-soft spaghetti, flavorless french fries, and poorly reflavored carrots."
icon_state = "MREc"

/obj/item/reagent_container/food/snacks/mre_pack/meal3/Initialize()
Expand All @@ -248,8 +247,8 @@
bitesize = 3

/obj/item/reagent_container/food/snacks/mre_pack/meal4
name = "\improper USCM Prepared Meal (pizza)"
desc = "A tray of standard USCM food. Cold pizza, wet green beans and a shitty egg fill this tray. Get something other than pizza, lardass."
name = "\improper Prepared Meal (pizza)"
desc = "A tray of machine prepared food. Consists of a square, stale-ish 'pizza' and some limp green beans, combined with some slightly burnt scrambled eggs."
icon_state = "MREd"

/obj/item/reagent_container/food/snacks/mre_pack/meal4/Initialize()
Expand All @@ -258,8 +257,8 @@
bitesize = 1

/obj/item/reagent_container/food/snacks/mre_pack/meal5
name = "\improper USCM Prepared Meal (chicken)"
desc = "A tray of standard USCM food. Moist chicken, dry rice and a mildly depressed piece of broccoli fill this tray."
name = "\improper Prepared Meal (chicken)"
desc = "A tray of machine prepared food. Consists of moist chicken, warm rice and some bitter broccoli that's seen better days."
icon_state = "MREe"

/obj/item/reagent_container/food/snacks/mre_pack/meal5/Initialize()
Expand All @@ -268,8 +267,8 @@
bitesize = 3

/obj/item/reagent_container/food/snacks/mre_pack/meal6
name = "\improper USCM Prepared Meal (tofu)"
desc = "The USCM doesn't serve tofu you grass sucking hippie. The flag signifies your defeat."
name = "\improper Prepared Meal (tofu)"
desc = "A tray of machine prepared food. Consists of weirdly grainy tofu, some spicy beans, and a sour, once-zingy sauce."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it still has the funny white flag sprite though

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

true!
i should sprite an interim sprite which will be used for the next five years
:')

icon_state = "MREf"

/obj/item/reagent_container/food/snacks/mre_pack/meal6/Initialize()
Expand All @@ -278,8 +277,8 @@
bitesize = 1

/obj/item/reagent_container/food/snacks/mre_pack/xmas1
name = "\improper USCM M25 'X-MAS' Meal: Sugar Cookies"
desc = "The USCM M25 Sugar Cookies Meal was designed to give marines a feeling of Christmas joy. But to the bemusement of superior officers, the costs-savings measure of simply fabricating protein bars in the shape of cookies with chocolate substitute chips and the replacement of the expected milk with artificially colored water did not go over well with most marines."
name = "\improper Holiday Prepared Meal (sugar cookies)"
desc = "A tray of machine prepared food. The cookies taste... wrong. The milk is alright though. Consists of sugar cookies and milk."
icon_state = "mreCookies"
black_market_value = 10

Expand All @@ -290,8 +289,8 @@
bitesize = 8

/obj/item/reagent_container/food/snacks/mre_pack/xmas2
name = "\improper USCM M25 'X-MAS' Meal: Gingerbread Cookies"
desc = "The USCM M25 Gingerbread Cookies Meal was designed to give marines convenient and cheap access to gingerbread cookies as a replacement for annual gingerbread making classes due to rising expenses and comically low success rates for the Basic Holidays Festivities Course. However, due to cost saving measures, these cookies seldom inspire happiness, nor holiday spirit."
name = "\improper Holiday Prepared Meal (gingerbread cookies)"
desc = "Somehow, you feel like there's either too much or too little ginger in each one of these, and never quite a good balance. Consists of a few gingerbread cookies and a packet of frosting."
icon_state = "mreGingerbread"
black_market_value = 10

Expand All @@ -302,8 +301,8 @@
bitesize = 8

/obj/item/reagent_container/food/snacks/mre_pack/xmas3
name = "\improper USCM M25 'X-MAS' Meal: Fruitcake"
desc = "The USCM M25 Fruitcake Meal was the third meal designed by an officers' committee as part of the M25 Project; this shows through the terrible hardness and tartness of the bread and raisined fruits. It can be logically deduced that the people who vended this option are worse than the Grinch and the Miser combined, along with the people who designed and prepared this fruitcake."
name = "\improper Holiday Prepared Meal (fruitcake)"
desc = "Battalion has repeatedly assured everyone from private to platoon commander that the rumors of the fruitcake being chewy enough to stop bullets is unfounded. You're not quite sure. Consists of a dense block of pastry filled with dried fruit."
icon_state = "mreFruitcake"
black_market_value = 10

Expand All @@ -314,8 +313,8 @@
bitesize = 8

/obj/item/reagent_container/food/snacks/mre_pack/thanksgiving
name = "\improper USCM Prepared Meal (turkey)"
desc = "A tray of standard USCM food. A few slices of turkey and some regenerated mashed potatos with a rather viscous gravy on top. A classic, if rather half-hearted, Thanksgiving meal."
name = "\improper Prepared Meal (turkey)"
desc = "A tray of machine prepared food. Consists of some overcooked turkey slices, weirdly crunchy mashed potatoes, and slightly underflavored gravy."
icon_state = "MREe"

/obj/item/reagent_container/food/snacks/mre_pack/thanksgiving/Initialize()
Expand Down
Loading