mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-19 20:15:47 +01:00
Fixes helmet and alters some descs
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/obj/item/clothing/under/shadowling
|
||||
name = "blackened flesh"
|
||||
desc = "Black, chitonous skin."
|
||||
desc = "Black, chitinous skin."
|
||||
item_state = "golem"
|
||||
origin_tech = null
|
||||
icon_state = "golem"
|
||||
@@ -11,7 +11,7 @@
|
||||
|
||||
/obj/item/clothing/suit/space/shadowling
|
||||
name = "chitin shell"
|
||||
desc = "Dark, semi-transparent shell. Protects against vacuum, but not against the light of the stars." //Still takes damage from spacewalking but is immune to space itself
|
||||
desc = "A dark, semi-transparent shell. Protects against vacuum, but not against the light of the stars." //Still takes damage from spacewalking but is immune to space itself
|
||||
icon_state = "golem"
|
||||
item_state = "golem"
|
||||
body_parts_covered = FULL_BODY //Shadowlings are immune to space
|
||||
@@ -60,9 +60,13 @@
|
||||
desc = "A helmet-like enclosure of the head."
|
||||
icon_state = "golem"
|
||||
item_state = null
|
||||
cold_protection = HEAD
|
||||
min_cold_protection_temperature = SPACE_HELM_MIN_TEMP_PROTECT
|
||||
heat_protection = HEAD
|
||||
max_heat_protection_temperature = SPACE_HELM_MAX_TEMP_PROTECT
|
||||
origin_tech = null
|
||||
unacidable = 1
|
||||
flags = ABSTRACT | NODROP
|
||||
flags = ABSTRACT | NODROP | STOPSPRESSUREDMAGE
|
||||
|
||||
|
||||
/obj/item/clothing/glasses/night/shadowling
|
||||
@@ -114,4 +118,4 @@
|
||||
finder << "<span class='warning'>You locate a small, pulsing black tumor in [owner]'s head!</span>"
|
||||
owner << "<span class='boldannounce'>A small part of your head pulses with agony as the light impacts it!</span>"
|
||||
|
||||
// TODO: replace dethrall surgery with this + organ manipulation, somehow.
|
||||
// TODO: replace dethrall surgery with this + organ manipulation, somehow.
|
||||
|
||||
Reference in New Issue
Block a user