Fix FSF patrol ship and replace corpses in hideout (#13785)

This commit is contained in:
Wildkins
2022-05-08 18:15:03 +02:00
committed by GitHub
parent 4a7f4a506a
commit 80f33ee553
4 changed files with 69897 additions and 730 deletions
+23
View File
@@ -226,3 +226,26 @@
corpseid = 1
corpseidjob = "Commander"
corpseidaccess = "Captain"
/*
Hideout Corpsespawners
*/
/obj/effect/landmark/corpse/hideout
name = "unidentifiable corpse"
corpseuniform = /obj/item/clothing/under/offworlder
corpsesuit = /obj/item/clothing/suit/storage/toggle/bomber
corpseradio = /obj/item/device/radio/headset
corpseglasses = /obj/item/clothing/glasses/sunglasses
corpsemask = /obj/item/clothing/mask/breath
corpsehelmet = /obj/item/clothing/head/softcap/cargo
corpsegloves = /obj/item/clothing/gloves/yellow/budget
corpseshoes = /obj/item/clothing/shoes/boots
/obj/effect/landmark/corpse/hideout/captain
corpsegloves = /obj/item/clothing/gloves/fingerless
corpseshoes = /obj/item/clothing/shoes/jackboots
corpsesuit = /obj/item/clothing/suit/armor/carrier/ballistic
corpsehelmet = /obj/item/clothing/head/helmet/ballistic
corpsemask = /obj/item/clothing/mask/smokable/cigarette/cigar/cohiba
corpsepocket1 = /obj/item/flame/lighter/zippo
+8
View File
@@ -0,0 +1,8 @@
author: JohnWildkins
delete-after: True
changes:
- bugfix: "Fixed runtime related to the FSF patrol ship."
- tweak: "Replaced corpses in the Abandoned Hideout exoplanet ruin."
- backend: "FSF patrol ship and Abandoned Hideout converted to TGM files."
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff