Adds stress balls to loadout/psych office (#19352)

- rscadd: "Added colourable stress balls to the loadout."
  - rscadd: "Added a box of stress balls to the psychiatrist's locker."


![image](https://github.com/Aurorastation/Aurora.3/assets/82828093/36dfe154-ac3c-4fc9-8ec4-e17f4f15355e)

![image](https://github.com/Aurorastation/Aurora.3/assets/82828093/9728b052-3979-4ec0-b605-0a5e3df5ae19)

---------

Signed-off-by: Llywelwyn <82828093+Llywelwyn@users.noreply.github.com>
Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com>
This commit is contained in:
Llywelwyn
2024-06-08 17:40:49 +01:00
committed by GitHub
parent 7d9c65ec5d
commit f8231cf1c7
8 changed files with 110 additions and 0 deletions
@@ -112,3 +112,9 @@
for(var/obj/item/toy/mech/mecha as anything in subtypesof(/obj/item/toy/mech))
mechas[initial(mecha.name)] = mecha
gear_tweaks += new /datum/gear_tweak/path(mechas)
/datum/gear/toy/stressball
display_name = "stress ball"
description = "A small, squishy stress ball. This one has a squeaker inside."
path = /obj/item/toy/stressball
flags = GEAR_HAS_NAME_SELECTION | GEAR_HAS_DESC_SELECTION | GEAR_HAS_COLOR_SELECTION