[MIRROR] Standardize beach ball descriptions and branding (#6151)

* Standardize beach ball descriptions and branding (#59499)

- All beach balls are now Nanotrasen-brand beach balls, including the
  ones that are ordered from Cargo.

- `wilson`, a beach ball in a cave, now has a proper name, despite their
  lack of capitalisation.

* Standardize beach ball descriptions and branding

* Mirror!

Co-authored-by: coiax <yellowbounder@gmail.com>
Co-authored-by: Funce <funce.973@gmail.com>
This commit is contained in:
SkyratBot
2021-06-06 12:30:22 +12:00
committed by GitHub
co-authored by coiax Funce
parent 53a4b4beb8
commit 72f69e2e15
5 changed files with 18 additions and 17 deletions
+7 -2
View File
@@ -141,9 +141,14 @@
/datum/supply_pack/goody/beach_ball
name = "Beach Ball"
desc = "The simple beach ball is one of Nanotrasen's most popular products. 'Why do we make beach balls? Because we can! (TM)' - Nanotrasen"
// uses desc from item
cost = PAYCHECK_MEDIUM
contains = list(/obj/item/toy/beach_ball)
contains = list(/obj/item/toy/beach_ball/branded)
/datum/supply_pack/goody/beach_ball/New()
..()
var/obj/item/toy/beach_ball/branded/beachball_type = /obj/item/toy/beach_ball/branded
desc = initial(beachball_type.desc)
/datum/supply_pack/goody/medipen_twopak
name = "Medipen Two-Pak"