mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-18 11:30:35 +01:00
[MDB Ignore] [IDB Ignore] Kills off /obj/item/device (#21774)
This has zero reason to exist in our code base. We have no procs or variables tied to this. I removed it to make future modifications cleaner. --------- Signed-off-by: Cody Brittain <1779662+Generalcamo@users.noreply.github.com>
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
/obj/outfit/job/diplomatic_bodyguard/consortium
|
||||
name = "Consortium of Hieroaetheria Diplomatic Bodyguard"
|
||||
backpack_contents = list(
|
||||
/obj/item/device/camera = 1,
|
||||
/obj/item/camera = 1,
|
||||
/obj/item/gun/energy/pistol = 1
|
||||
)
|
||||
|
||||
@@ -158,7 +158,7 @@
|
||||
/obj/outfit/job/diplomatic_bodyguard/glaorr
|
||||
name = "Union of Gla'orr Diplomatic Bodyguard"
|
||||
backpack_contents = list(
|
||||
/obj/item/device/camera = 1,
|
||||
/obj/item/camera = 1,
|
||||
/obj/item/gun/energy/pistol = 1
|
||||
)
|
||||
|
||||
@@ -244,7 +244,7 @@
|
||||
/obj/outfit/job/diplomatic_bodyguard/ekane
|
||||
name = "Eternal Republic of The Ekane Diplomatic Bodyguard"
|
||||
backpack_contents = list(
|
||||
/obj/item/device/camera = 1,
|
||||
/obj/item/camera = 1,
|
||||
/obj/item/gun/energy/pistol = 1
|
||||
)
|
||||
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/ceti_visa = 1,
|
||||
/obj/item/storage/box/tcaf_pamphlet = 1,
|
||||
/obj/item/device/versebook/biesel = 1, //constitution
|
||||
/obj/item/versebook/biesel = 1, //constitution
|
||||
/obj/item/stamp/biesel = 1,
|
||||
)
|
||||
|
||||
@@ -196,7 +196,7 @@
|
||||
backpack_contents = list(
|
||||
/obj/item/storage/box/sol_visa = 1,
|
||||
/obj/item/stamp/sol = 1,
|
||||
/obj/item/device/camera = 1
|
||||
/obj/item/camera = 1
|
||||
)
|
||||
|
||||
/obj/outfit/job/diplomatic_aide/sol
|
||||
@@ -271,7 +271,7 @@
|
||||
name = "Coalition Consular Officer"
|
||||
|
||||
backpack_contents = list(
|
||||
/obj/item/device/camera = 1
|
||||
/obj/item/camera = 1
|
||||
)
|
||||
|
||||
/obj/outfit/job/diplomatic_bodyguard/coalition
|
||||
|
||||
@@ -110,7 +110,7 @@
|
||||
|
||||
uniform = /obj/item/clothing/under/skrell
|
||||
backpack_contents = list(
|
||||
/obj/item/device/camera = 1,
|
||||
/obj/item/camera = 1,
|
||||
/obj/item/storage/box/psireceiver = 1
|
||||
)
|
||||
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
name = "Izweski Hegemony Consular Officer"
|
||||
|
||||
uniform = /obj/item/clothing/under/unathi
|
||||
backpack_contents = list(/obj/item/device/camera = 1)
|
||||
backpack_contents = list(/obj/item/camera = 1)
|
||||
|
||||
/obj/outfit/job/representative/consular/izweski/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
if(H)
|
||||
@@ -118,7 +118,7 @@
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vaurca/breeder/klax(H), slot_wear_suit)
|
||||
H.equip_to_slot_or_del(new /obj/item/storage/backpack/typec/klax(H), slot_back)
|
||||
else if(H.is_diona())
|
||||
H.equip_or_collect(new /obj/item/device/uv_light(src), slot_in_backpack)
|
||||
H.equip_or_collect(new /obj/item/uv_light(src), slot_in_backpack)
|
||||
else
|
||||
H.equip_to_slot_or_del(new /obj/item/clothing/accessory/poncho/unathimantle(H), slot_wear_suit)
|
||||
if(!visualsOnly)
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
mask = /obj/item/clothing/mask/gas/vaurca/filter
|
||||
suit = /obj/item/clothing/suit/vaurca/breeder
|
||||
|
||||
backpack_contents = list(/obj/item/device/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
|
||||
backpack_contents = list(/obj/item/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
|
||||
|
||||
/obj/outfit/job/representative/consular/zora/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
if(H)
|
||||
@@ -192,7 +192,7 @@
|
||||
mask = /obj/item/clothing/mask/gas/vaurca/filter
|
||||
suit = /obj/item/clothing/suit/vaurca/breeder/klax
|
||||
|
||||
backpack_contents = list(/obj/item/device/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
|
||||
backpack_contents = list(/obj/item/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
|
||||
|
||||
/obj/outfit/job/representative/consular/klax/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
if(H)
|
||||
@@ -294,7 +294,7 @@
|
||||
mask = /obj/item/clothing/mask/gas/vaurca/filter
|
||||
suit = /obj/item/clothing/suit/vaurca/breeder/cthur
|
||||
|
||||
backpack_contents = list(/obj/item/device/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
|
||||
backpack_contents = list(/obj/item/camera = 1) // Redefined so they do not inherit the extra energy pistol from the parent representative outfit.
|
||||
|
||||
/obj/outfit/job/representative/consular/cthur/post_equip(mob/living/carbon/human/H, visualsOnly = FALSE)
|
||||
if(H)
|
||||
|
||||
@@ -48,14 +48,14 @@
|
||||
Three of One due to her three minor aspects: the Soldier, the Scholar, the Artisan. These three spirits are personifications of the most important aspects of Dominia society. \
|
||||
Tribunal priests agree that all three are equally important, and that malign spirits can be attracted by an imbalance in the Great Three. Priests often stress the importance \
|
||||
of balance, both in matters of spirit, in society, and in personal life."
|
||||
unique_book_path = /obj/item/device/versebook/tribunal
|
||||
unique_book_path = /obj/item/versebook/tribunal
|
||||
nulloptions = list("Tribunal Rod" = /obj/item/nullrod/dominia)
|
||||
|
||||
/datum/religion/trinary
|
||||
name = RELIGION_TRINARY
|
||||
description = "The Trinary Perfection is a relatively new religious movement whose core beliefs are that synthetics are alive and divine. The religion believes that all synthetics \
|
||||
have the potential to evolve and ascend, and that they will one day become equal to gods."
|
||||
unique_book_path = /obj/item/device/versebook/trinary
|
||||
unique_book_path = /obj/item/versebook/trinary
|
||||
nulloptions = list("Clockwork Stave" = /obj/item/nullrod/clockworkstave)
|
||||
|
||||
/datum/religion/scarab
|
||||
@@ -79,7 +79,7 @@
|
||||
modern Abrahamic religions, Luceism is a hard-to-define religion dedicated to the worship of an abstract representation of light referred to as \
|
||||
the Ennoia. Though it is, unsurprisingly, strongest on Assunzione, followers of the faith can be found throughout the Orion Spur alongside their \
|
||||
houses of worship."
|
||||
unique_book_path = /obj/item/device/versebook/assunzione
|
||||
unique_book_path = /obj/item/versebook/assunzione
|
||||
nulloptions = list("Luceian Sceptre" = /obj/item/nullrod/luceiansceptre)
|
||||
/datum/religion/sikhism
|
||||
name = RELIGION_SIKHISM
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
nulloptions = list(
|
||||
"Tajaran charm" = /obj/item/nullrod/charm
|
||||
)
|
||||
unique_book_path = /obj/item/device/versebook/twinsuns
|
||||
unique_book_path = /obj/item/versebook/twinsuns
|
||||
|
||||
/datum/religion/matake
|
||||
name = RELIGION_MATAKE
|
||||
@@ -23,7 +23,7 @@
|
||||
"Zhukamir Ladle" = /obj/item/nullrod/zhukamir,
|
||||
"Azubarre Torch" = /obj/item/nullrod/azubarre
|
||||
)
|
||||
unique_book_path = /obj/item/device/versebook/matake
|
||||
unique_book_path = /obj/item/versebook/matake
|
||||
|
||||
/datum/religion/raskara
|
||||
name = RELIGION_RASKARA
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
description = "The most pervasive and common religion amongst Unathi. The basic concept of Th'akh is that all the spirits of past Unathi now reside in the spirit world that exists \
|
||||
in tandem with the material world. These spirits exist in objects and nature - bringing either good luck or sorrow. The supernatural and afterlife are taken at face value by Th'akh. \
|
||||
It is a very decentralized religion, with the Akhandi Order of monks being the closet thing it has to a church."
|
||||
unique_book_path = /obj/item/device/versebook/thakh
|
||||
unique_book_path = /obj/item/versebook/thakh
|
||||
nulloptions = list(
|
||||
"Shaman Staff" = /obj/item/nullrod/shaman
|
||||
)
|
||||
@@ -16,7 +16,7 @@
|
||||
because the spirits combine into three minor aspects that are all part of Ska'kh: the Warrior, the Healer, the Fisherman. These three spirits are personifications of the most \
|
||||
important aspects of Unathi society. It is said that all three are equally important, and that disasters are caused by an imbalance in the Great Three. Priests often stress the \
|
||||
importance of balance, both in matters of spirit as well as in society and personal life. "
|
||||
unique_book_path = /obj/item/device/versebook/skakh
|
||||
unique_book_path = /obj/item/versebook/skakh
|
||||
nulloptions = list(
|
||||
"Shaman Staff" = /obj/item/nullrod/shaman,
|
||||
"Warrior's Sword" = /obj/item/nullrod/skakh_warrior,
|
||||
@@ -32,7 +32,7 @@
|
||||
Moghes unless the species and Moghes are rapidly purified. The movement has nearly a hundred thousand followers and it has come into immediate conflict with the orthodox Sk'akh \
|
||||
church due to Si'akh claiming it to be completely illegitimate. Its followers are ruthlessly hunted down by the Maraziite Order and many of its followers are fleeing into human \
|
||||
space as they try to find personal salvation. It is treated as a Sk'akh heresy or a fanatical doomsday cult by orthodox Unathi. "
|
||||
unique_book_path = /obj/item/device/versebook/siakh
|
||||
unique_book_path = /obj/item/versebook/siakh
|
||||
nulloptions = list(
|
||||
"Shaman Staff" = /obj/item/nullrod/shaman
|
||||
)
|
||||
@@ -46,7 +46,7 @@
|
||||
weakness hampers the soul, thus evil spirits can manipulate people's minds and souls to commit evil acts. These malicious spirits are given power within a being when the person succumbs to greed, \
|
||||
anger, or other emotional vices. Aut'akh preach that the Contact War was the result of sinta being so misled by evil spirits that they brought the world to ruin, and all power, whether a government, \
|
||||
religion, or corporation, is inherently corrupt due to the influence of evil spirits."
|
||||
unique_book_path = /obj/item/device/versebook/autakh
|
||||
unique_book_path = /obj/item/versebook/autakh
|
||||
nulloptions = list(
|
||||
"Shaman Staff" = /obj/item/nullrod/shaman
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user