mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-26 06:29:23 +01:00
[Non-Modular] detective spawn with gun (#22759)
* aaaaa * aaaaa * pocket switch * crayon locker * Update code/game/objects/structures/crates_lockers/closets/secure/security.dm --------- Co-authored-by: GoldenAlpharex <58045821+GoldenAlpharex@users.noreply.github.com>
This commit is contained in:
co-authored by
GoldenAlpharex
parent
f106e93df9
commit
e9bb2641b8
@@ -178,7 +178,7 @@
|
||||
new /obj/item/holosign_creator/security(src)
|
||||
new /obj/item/reagent_containers/spray/pepper(src)
|
||||
new /obj/item/clothing/suit/armor/vest/det_suit(src)
|
||||
new /obj/item/storage/belt/holster/detective/full(src)
|
||||
new /obj/item/toy/crayon/white(src) //SKYRAT EDIT CHANGE - ORIGINAL: /obj/item/storage/belt/holster/detective/full(src)
|
||||
new /obj/item/pinpointer/crew(src)
|
||||
new /obj/item/binoculars(src)
|
||||
new /obj/item/storage/box/rxglasses/spyglasskit(src)
|
||||
|
||||
@@ -57,14 +57,14 @@
|
||||
/obj/item/melee/baton = 1,
|
||||
/obj/item/storage/box/evidence = 1,
|
||||
)
|
||||
belt = /obj/item/modular_computer/pda/detective
|
||||
belt = /obj/item/storage/belt/holster/detective/full // SKYRAT EDIT CHANGE - ORIGINAL: /obj/item/modular_computer/pda/detective
|
||||
ears = /obj/item/radio/headset/headset_sec/alt
|
||||
gloves = /obj/item/clothing/gloves/color/black
|
||||
head = /obj/item/clothing/head/fedora/det_hat
|
||||
mask = /obj/item/clothing/mask/cigarette
|
||||
neck = /obj/item/clothing/neck/tie/detective
|
||||
shoes = /obj/item/clothing/shoes/sneakers/brown
|
||||
l_pocket = /obj/item/toy/crayon/white
|
||||
l_pocket = /obj/item/modular_computer/pda/detective // SKYRAT EDIT CHANGE - ORIGINAL: /obj/item/toy/crayon/white
|
||||
r_pocket = /obj/item/lighter
|
||||
|
||||
chameleon_extras = list(
|
||||
|
||||
Reference in New Issue
Block a user