Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

pizza fix #113

Merged
merged 2 commits into from
Nov 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
5 changes: 5 additions & 0 deletions modular_RUtgmc/code/modules/reqs/supplypacks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,3 +188,8 @@
name = "SG-62 smart target rifle ammo box"
contains = list(/obj/item/ammo_magazine/packet/sg62_rifle)
cost = 50

/datum/supply_packs/factory/pizzarefill
name = "Nanotrasen \"Eat healthy!\" margerita pizza kit refill"
contains = list(/obj/item/factory_refill/pizza_refill)
cost = 890 //fuck you
3 changes: 3 additions & 0 deletions modular_RUtgmc/code/modules/requisitions/supply_export.dm
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@
/mob/living/carbon/human/species/robot/supply_export(faction_selling)
SSpoints.supply_points[faction_selling] += 45
return new /datum/export_report(45, name, faction_selling)

/obj/item/reagent_containers/food/snacks/req_pizza/get_export_value()
return 30
Loading