Tweaks Derelict Facility ruin loot and adds a new item (#26517)

* part 1

* no you don't

* Update code/modules/mining/equipment/wormhole_jaunter.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>

* Update code/game/objects/items/devices/radio/beacon.dm

Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>

* Update code/modules/awaymissions/mission_code/ruins/deepstorage.dm

Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>

* spawner update

* Update code/modules/mining/equipment/wormhole_jaunter.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>

* Update code/modules/mining/equipment/wormhole_jaunter.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>

* Update code/modules/mining/equipment/wormhole_jaunter.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>

* Update code/modules/mining/equipment/wormhole_jaunter.dm

Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>

* Forgotten main reward

* many things were forgotten

---------

Signed-off-by: Kano <89972582+kano-dot@users.noreply.github.com>
Co-authored-by: Burzah <116982774+Burzah@users.noreply.github.com>
Co-authored-by: 1080pCat <96908085+1080pCat@users.noreply.github.com>
Co-authored-by: warriorstar-orion <orion@snowfrost.garden>
Co-authored-by: DGamerL <108773801+DGamerL@users.noreply.github.com>
This commit is contained in:
Kano
2024-09-26 10:04:41 +00:00
committed by GitHub
co-authored by Burzah 1080pCat warriorstar-orion DGamerL
parent 48eaba5ba5
commit 1896ed9fd8
8 changed files with 248 additions and 24 deletions
@@ -282,6 +282,26 @@
name = "portal"
desc = "Good luck."
// loot spawners
/obj/effect/spawner/random/deepstorage_reward
name = "warehouse fashion reward"
loot = list(
/obj/item/storage/box/syndie_kit/chameleon,
/obj/item/clothing/suit/pimpcoat,
/obj/item/melee/skateboard/hoverboard,
/obj/item/clothing/glasses/sunglasses/yeah
)
/obj/effect/spawner/random/deepstorage_reward/main
name = "warehouse main reward"
loot = list(
/obj/item/storage/belt/champion/wrestling,
/obj/item/storage/box/weaver_kit,
/obj/item/gun/medbeam,
/obj/item/storage/lockbox/experimental_weapon
)
// paper stuff & lore
/obj/item/paper/fluff/ruins/deepstorage/log1
@@ -376,15 +396,5 @@
name = "attention"
info = {"As per administration's order, unauthorized entry to supply storage is forbidden. Make your requests from the guard wing if you have a pending delivery."}
/obj/effect/spawner/random/deepstorage_award
name = "boss award"
icon_state = "questionmark"
loot = list(
/obj/item/rod_of_asclepius = 3,
/obj/item/storage/box/syndie_kit/chameleon = 3,
/obj/item/storage/belt/champion/wrestling = 1,
/obj/item/storage/box/telescience = 1,
)
#undef DS_BOSS_STORAGE
#undef DS_ENGINEERING