mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
adds crushing cans on your head and bottle flipping (#9340)
This commit is contained in:
@@ -139,9 +139,14 @@
|
||||
|
||||
/obj/item/trash/can
|
||||
name = "used can"
|
||||
icon_state = "can-used"
|
||||
icon_state = "cola"
|
||||
drop_sound = 'sound/items/drop/soda.ogg'
|
||||
pickup_sound = 'sound/items/pickup/soda.ogg'
|
||||
randpixel = 4
|
||||
|
||||
/obj/item/trash/can/Initialize()
|
||||
. = ..()
|
||||
randpixel_xy()
|
||||
|
||||
/obj/item/trash/tuna
|
||||
name = "\improper Tuna Snax"
|
||||
|
||||
Reference in New Issue
Block a user