mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
only missing alt titles
This commit is contained in:
@@ -137,7 +137,7 @@
|
||||
|
||||
|
||||
/obj/effect/landmark/corpse/chef
|
||||
name = "Chef"
|
||||
name = JOB_CHEF
|
||||
corpseuniform = /obj/item/clothing/under/rank/chef
|
||||
corpsesuit = /obj/item/clothing/suit/chef/classic
|
||||
corpseshoes = /obj/item/clothing/shoes/black
|
||||
@@ -145,8 +145,8 @@
|
||||
corpseback = /obj/item/weapon/storage/backpack
|
||||
corpseradio = /obj/item/device/radio/headset
|
||||
corpseid = 1
|
||||
corpseidjob = "Chef"
|
||||
corpseidaccess = "Chef"
|
||||
corpseidjob = JOB_CHEF
|
||||
corpseidaccess = JOB_CHEF
|
||||
|
||||
|
||||
/obj/effect/landmark/corpse/doctor
|
||||
@@ -181,7 +181,7 @@
|
||||
corpseback = /obj/item/weapon/tank/oxygen
|
||||
|
||||
/obj/effect/landmark/corpse/clown
|
||||
name = "Clown"
|
||||
name = JOB_CLOWN
|
||||
corpseuniform = /obj/item/clothing/under/rank/clown
|
||||
corpseshoes = /obj/item/clothing/shoes/clown_shoes
|
||||
corpseradio = /obj/item/device/radio/headset
|
||||
@@ -189,8 +189,8 @@
|
||||
corpsepocket1 = /obj/item/weapon/bikehorn
|
||||
corpseback = /obj/item/weapon/storage/backpack/clown
|
||||
corpseid = 1
|
||||
corpseidjob = "Clown"
|
||||
corpseidaccess = "Clown"
|
||||
corpseidjob = JOB_CLOWN
|
||||
corpseidaccess = JOB_CLOWN
|
||||
|
||||
/obj/effect/landmark/corpse/scientist
|
||||
name = JOB_SCIENTIST
|
||||
@@ -303,10 +303,10 @@
|
||||
corpseidjob = "Captain"
|
||||
|
||||
/obj/effect/landmark/corpse/vintage/pilot
|
||||
name = "Unknown Pilot"
|
||||
name = "Unknown " + JOB_PILOT
|
||||
corpsesuit = /obj/item/clothing/suit/space/void/refurb/pilot
|
||||
corpsehelmet = /obj/item/clothing/head/helmet/space/void/refurb/pilot
|
||||
corpseidjob = "Pilot"
|
||||
corpseidjob = JOB_PILOT
|
||||
|
||||
/obj/effect/landmark/corpse/vintage/research
|
||||
name = "Unknown Researcher"
|
||||
|
||||
Reference in New Issue
Block a user