mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Stressball size fix (#19422)
i accidentally left this thing a normal item; assumed toys would just be smaller - bugfix: "Changes the stress ball to be the correct size. It's now a small item."
This commit is contained in:
@@ -1481,6 +1481,7 @@
|
||||
/obj/item/toy/stressball
|
||||
name = "stress ball"
|
||||
desc = "A small, squishy stress ball. This one has a squeaker inside."
|
||||
w_class = ITEMSIZE_SMALL
|
||||
icon_state = "stressball"
|
||||
drop_sound = 'sound/items/drop/plushie.ogg'
|
||||
pickup_sound = 'sound/items/pickup/plushie.ogg'
|
||||
|
||||
Reference in New Issue
Block a user