mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Puts some items into the crime scene kit (#11989)
Co-authored-by: TheGreyWolf <mc-casper@hotmail.dk>
This commit is contained in:
co-authored by
TheGreyWolf
parent
bdd7749f2d
commit
35438fff0a
@@ -911,4 +911,13 @@
|
||||
/obj/item/storage/box/goldstar
|
||||
name = "gold star box"
|
||||
desc = "A box containing gold star stickers."
|
||||
starts_with = list(/obj/item/sticker/goldstar = 8)
|
||||
starts_with = list(/obj/item/sticker/goldstar = 8)
|
||||
|
||||
/obj/item/storage/box/folders
|
||||
name = "box of folders"
|
||||
desc = "A box full of folders."
|
||||
starts_with = list(/obj/item/folder = 5)
|
||||
|
||||
/obj/item/storage/box/folders/blue
|
||||
starts_with = list(/obj/item/folder/sec = 5)
|
||||
|
||||
|
||||
@@ -401,6 +401,8 @@
|
||||
new /obj/item/taperoll/police(src)
|
||||
new /obj/item/device/flash(src)
|
||||
new /obj/item/device/laser_pointer/blue(src)
|
||||
new /obj/item/device/camera/detective(src)
|
||||
new /obj/item/device/camera_film(src)
|
||||
//Belts
|
||||
new /obj/item/clothing/accessory/holster/waist(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user