mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
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."   --------- 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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user