mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-21 21:10:30 +01:00
Adhomian typewriter and camera (#17999)
* things * paper * oh the misery * fixes * stuff * aaa * Fixes * more fixes * more fixes * final fixes i hope * Fixes * destroy fix * more destroy * white space * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> * Update code/modules/paperwork/typewriter.dm Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> --------- Co-authored-by: Fluffy <65877598+FluffyGhoster@users.noreply.github.com> Co-authored-by: Matt Atlas <mattiathebest2000@hotmail.it>
This commit is contained in:
@@ -658,3 +658,17 @@
|
||||
earrings["adhomian pearls earrings"] = /obj/item/clothing/ears/earring/tajara
|
||||
earrings["adhomian golden earrings"] = /obj/item/clothing/ears/earring/tajara/gold
|
||||
gear_tweaks += new /datum/gear_tweak/path(earrings)
|
||||
|
||||
/datum/gear/tajara_camera
|
||||
display_name = "adhomian camera"
|
||||
path = /obj/item/device/camera/adhomai
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
/datum/gear/typewriter
|
||||
display_name = "adhomian portable typewriter"
|
||||
whitelisted = list(SPECIES_TAJARA, SPECIES_TAJARA_ZHAN, SPECIES_TAJARA_MSAI)
|
||||
sort_category = "Xenowear - Tajara"
|
||||
path = /obj/item/typewriter_case
|
||||
flags = GEAR_HAS_DESC_SELECTION
|
||||
|
||||
Reference in New Issue
Block a user