mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
Demonic-Frost Miner Ruin Aesthetic Refresh (#78826)
## About The Pull Request Updates the Demonic-Frost Miner ruin on IceBox, keeps multi-z and general shape, but changes some things to better fit the theme of the "Mining Site" that the ruin is named.   ## Why It's Good For The Game The current ruin doesn't fit well as a "Mining Site", this makes it fit the theme more, while looking better in general. It also makes the arena more interesting, rather than solid ice. ## Changelog 🆑 add: Demonic-Frost Miner's ruin gets an aesthetic refresh /🆑
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
/datum/outfit/minesite
|
||||
name = "Mining Site Worker"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/cargo/miner
|
||||
suit = /obj/item/clothing/suit/hooded/wintercoat
|
||||
back = /obj/item/storage/backpack/duffelbag
|
||||
gloves = /obj/item/clothing/gloves/color/black
|
||||
shoes = /obj/item/clothing/shoes/winterboots/ice_boots
|
||||
head = /obj/item/clothing/head/utility/hardhat/orange
|
||||
|
||||
/datum/outfit/minesite/overseer
|
||||
name = "Mining Site Overseer"
|
||||
|
||||
uniform = /obj/item/clothing/under/rank/cargo/qm
|
||||
suit = /obj/item/clothing/suit/hooded/wintercoat
|
||||
back = /obj/item/storage/backpack/duffelbag
|
||||
gloves = /obj/item/clothing/gloves/color/black
|
||||
shoes = /obj/item/clothing/shoes/winterboots/ice_boots
|
||||
head = /obj/item/clothing/head/utility/hardhat/white
|
||||
glasses = /obj/item/clothing/glasses/sunglasses
|
||||
r_hand = /obj/item/megaphone
|
||||
l_hand = /obj/item/clipboard
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/minesite
|
||||
name = "Mining Site Worker"
|
||||
outfit = /datum/outfit/minesite
|
||||
icon_state = "corpseminer"
|
||||
|
||||
/obj/effect/mob_spawn/corpse/human/minesite/overseer
|
||||
name = "Mining Site Overseer"
|
||||
outfit = /datum/outfit/minesite/overseer
|
||||
icon_state = "corpsecargotech"
|
||||
|
||||
/obj/item/paper/crumpled/bloody/ruins/mining_site
|
||||
name = "blood-written note"
|
||||
default_raw_text = "<br><br><font color='red'>STRENGTH... UNPARALLELED. UNNATURAL.</font>"
|
||||
Reference in New Issue
Block a user