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 21 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
6 changes: 5 additions & 1 deletion code/modules/client/preferences_gear.dm
Original file line number Diff line number Diff line change
Expand Up @@ -821,6 +821,10 @@ var/global/list/gear_datums_by_name = list()
display_name = "Canteen"
path = /obj/item/reagent_container/food/drinks/flask/canteen

/datum/gear/flask/empty_canteen
display_name = "Empty canteen"
path = /obj/item/reagent_container/food/drinks/flask/canteen/empty

KoishiVibe marked this conversation as resolved.
Show resolved Hide resolved
/datum/gear/flask/leather
display_name = "Leather flask"
path = /obj/item/reagent_container/food/drinks/flask/detflask
Expand Down Expand Up @@ -1038,7 +1042,7 @@ var/global/list/gear_datums_by_name = list()
/datum/gear/misc/sunscreen_stick
display_name = "USCM issue sunscreen"
KoishiVibe marked this conversation as resolved.
Show resolved Hide resolved
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
Loading