mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-24 05:38:15 +01:00
[MIRROR] A bunch of small fixes (#6820)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Raeschen <rycoop29@gmail.com>
This commit is contained in:
co-authored by
Heroman3003
Raeschen
parent
4d3358bea2
commit
ec735809c5
@@ -58,7 +58,7 @@
|
||||
/datum/supply_pack/hospitality/pizza
|
||||
name = "Surprise pack of five pizzas"
|
||||
contains = list(
|
||||
/obj/random/pizzabox = 5,
|
||||
/obj/random/pizzabox/supplypack = 5,
|
||||
/obj/item/weapon/material/knife/plastic
|
||||
)
|
||||
cost = 15
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/datum/supply_pack/randomised/hospitality/pizza
|
||||
cost = 50
|
||||
contains = list(
|
||||
/obj/random/pizzabox = 5,
|
||||
/obj/random/pizzabox/supplypack = 5,
|
||||
/obj/item/weapon/material/knife/plastic,
|
||||
/obj/item/clothing/under/pizzaguy,
|
||||
/obj/item/clothing/head/pizzaguy
|
||||
|
||||
Reference in New Issue
Block a user