mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
Job Runtime Fix (#12915)
This commit is contained in:
@@ -119,8 +119,8 @@
|
||||
var/datum/faction/F = faction
|
||||
if(!F.is_default)
|
||||
var/new_outfit = F.titles_to_loadout[title]
|
||||
var/datum/outfit/O = new new_outfit
|
||||
if(O)
|
||||
if(ispath(new_outfit))
|
||||
var/datum/outfit/O = new new_outfit
|
||||
O.pre_equip(H, TRUE)
|
||||
O.equip(H, TRUE)
|
||||
return
|
||||
@@ -212,12 +212,12 @@
|
||||
id = /obj/item/card/id
|
||||
back = /obj/item/storage/backpack
|
||||
shoes = /obj/item/clothing/shoes/black
|
||||
|
||||
|
||||
headset = /obj/item/device/radio/headset
|
||||
bowman = /obj/item/device/radio/headset/alt
|
||||
double_headset = /obj/item/device/radio/headset/alt/double
|
||||
wrist_radio = /obj/item/device/radio/headset/wrist
|
||||
|
||||
|
||||
tab_pda = /obj/item/modular_computer/handheld/pda/civilian
|
||||
wristbound = /obj/item/modular_computer/handheld/wristbound/preset/pda/civilian
|
||||
tablet = /obj/item/modular_computer/handheld/preset/civilian
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
author: Geeves
|
||||
|
||||
delete-after: True
|
||||
|
||||
changes:
|
||||
- bugfix: "Fixed a bug where faction overrides caused certain occupations to runtime when creating their outfits."
|
||||
Reference in New Issue
Block a user