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

Commit

Permalink
pizza fix (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
Waselon authored Nov 11, 2023
1 parent 23e07ae commit aa828a7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
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

0 comments on commit aa828a7

Please sign in to comment.