Skip to content

Commit

Permalink
No more cooked hermit
Browse files Browse the repository at this point in the history
  • Loading branch information
PollardTheDragon committed Sep 26, 2024
1 parent 8fd62f8 commit d48d3f1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
/turf/simulated/wall/mineral/iron,
/area/ruin/powered)
"d" = (
/obj/item/clothing/head/helmet/space/syndicate/orange,
/obj/item/clothing/mask/breath,
/turf/simulated/floor/plating,
/area/ruin/powered)
"e" = (
/obj/item/clothing/suit/space/syndicate/orange,
/turf/simulated/floor/plating,
/area/ruin/powered)
"g" = (
/turf/simulated/floor/plating/asteroid{
name = "dirt"
Expand Down Expand Up @@ -363,7 +358,7 @@ s
"}
(11,1,1) = {"
c
e
o
h
g
l
Expand Down
9 changes: 8 additions & 1 deletion code/modules/ruins/lavalandruin_code/hermit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -25,27 +25,34 @@
only one pod left when you got to the escape bay. You took it and launched it alone, and the crowd of terrified faces crowding at the airlock door as your pod's engines burst to \
life and sent you to this hell are forever branded into your memory."
outfit.uniform = /obj/item/clothing/under/misc/assistantformal
outfit.suit = /obj/item/clothing/suit/space/syndicate/orange
outfit.head = /obj/item/clothing/head/helmet/space/syndicate/orange
outfit.shoes = /obj/item/clothing/shoes/black
outfit.back = /obj/item/storage/backpack
if(2)
flavour_text += "you're an exile from the Tiger Cooperative. Their technological fanaticism drove you to question the power and beliefs of the Exolitics, and they saw you as a \
heretic and subjected you to hours of horrible torture. You were hours away from execution when a high-ranking friend of yours in the Cooperative managed to secure you a pod, \
scrambled its destination's coordinates, and launched it. You awoke from stasis when you landed and have been surviving - barely - ever since."
outfit.uniform = /obj/item/clothing/under/color/orange
outfit.suit = /obj/item/clothing/suit/space/syndicate/orange
outfit.head = /obj/item/clothing/head/helmet/space/syndicate/orange
outfit.shoes = /obj/item/clothing/shoes/orange
outfit.back = /obj/item/storage/backpack
if(3)
flavour_text += "you were a doctor on one of Nanotrasen's space stations, but you left behind that damn corporation's tyranny and everything it stood for. From a metaphorical hell \
to a literal one, you find yourself nonetheless missing the recycled air and warm floors of what you left behind... but you'd still rather be here than there."
outfit.uniform = /obj/item/clothing/under/rank/medical/doctor
outfit.suit = /obj/item/clothing/suit/storage/labcoat
outfit.suit = /obj/item/clothing/suit/space/syndicate/orange
outfit.head = /obj/item/clothing/head/helmet/space/syndicate/orange
outfit.back = /obj/item/storage/backpack/medic
outfit.shoes = /obj/item/clothing/shoes/black
if(4)
flavour_text += "you were always joked about by your friends for \"not playing with a full deck\", as they so kindly put it. It seems that they were right when you, on a tour \
at one of Nanotrasen's state-of-the-art research facilities, were in one of the escape pods alone and saw the red button. It was big and shiny, and it caught your eye. You pressed \
it, and after a terrifying and fast ride for days, you landed here. You've had time to wisen up since then, and you think that your old friends wouldn't be laughing now."
outfit.uniform = /obj/item/clothing/under/color/grey/glorf
outfit.suit = /obj/item/clothing/suit/space/syndicate/orange
outfit.head = /obj/item/clothing/head/helmet/space/syndicate/orange
outfit.shoes = /obj/item/clothing/shoes/black
outfit.back = /obj/item/storage/backpack

Expand Down

0 comments on commit d48d3f1

Please sign in to comment.