mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 22:50:26 +01:00
[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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user