mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 03:21:13 +01:00
Adds a generic photo item to the custom loadout (#9833)
This commit is contained in:
@@ -168,4 +168,8 @@
|
||||
toothpaste["toothpaste and blue toothbrush"] = /obj/item/storage/box/toothpaste
|
||||
toothpaste["toothpaste and green toothbrush"] = /obj/item/storage/box/toothpaste/green
|
||||
toothpaste["toothpaste and red toothbrush"] = /obj/item/storage/box/toothpaste/red
|
||||
gear_tweaks += new/datum/gear_tweak/path(toothpaste)
|
||||
gear_tweaks += new/datum/gear_tweak/path(toothpaste)
|
||||
|
||||
/datum/gear/photo
|
||||
display_name = "photo"
|
||||
path = /obj/item/generic_photo
|
||||
Reference in New Issue
Block a user