diff --git a/code/game/jobs/faction/hephaestus.dm b/code/game/jobs/faction/hephaestus.dm index 56702ee117d..5ac89269f42 100644 --- a/code/game/jobs/faction/hephaestus.dm +++ b/code/game/jobs/faction/hephaestus.dm @@ -114,5 +114,7 @@ id = /obj/item/card/id/hephaestus backpack_contents = list( + /obj/item/device/camera = 1, + /obj/item/gun/energy/pistol = 1, /obj/item/stamp/hephaestus = 1 - ) \ No newline at end of file + ) diff --git a/code/game/jobs/faction/idris.dm b/code/game/jobs/faction/idris.dm index 74be215b60a..66662045ae6 100644 --- a/code/game/jobs/faction/idris.dm +++ b/code/game/jobs/faction/idris.dm @@ -113,5 +113,7 @@ id = /obj/item/card/id/idris backpack_contents = list( + /obj/item/device/camera = 1, + /obj/item/gun/energy/pistol = 1, /obj/item/stamp/idris = 1 - ) \ No newline at end of file + ) diff --git a/code/game/jobs/faction/zavodskoi.dm b/code/game/jobs/faction/zavodskoi.dm index 288fc0d4a6c..61266dd33e0 100644 --- a/code/game/jobs/faction/zavodskoi.dm +++ b/code/game/jobs/faction/zavodskoi.dm @@ -113,5 +113,7 @@ id = /obj/item/card/id/zavodskoi backpack_contents = list( + /obj/item/device/camera = 1, + /obj/item/gun/energy/pistol = 1, /obj/item/stamp/zavodskoi = 1 - ) \ No newline at end of file + ) diff --git a/code/game/jobs/faction/zeng_hu.dm b/code/game/jobs/faction/zeng_hu.dm index 670395bed87..4accceae590 100644 --- a/code/game/jobs/faction/zeng_hu.dm +++ b/code/game/jobs/faction/zeng_hu.dm @@ -123,5 +123,7 @@ id = /obj/item/card/id/zeng_hu backpack_contents = list( + /obj/item/device/camera = 1, + /obj/item/gun/energy/pistol = 1, /obj/item/stamp/zeng_hu = 1 - ) \ No newline at end of file + ) diff --git a/html/changelogs/johnwildkins-epistol.yml b/html/changelogs/johnwildkins-epistol.yml new file mode 100644 index 00000000000..20694460ac9 --- /dev/null +++ b/html/changelogs/johnwildkins-epistol.yml @@ -0,0 +1,6 @@ +author: JohnWildkins + +delete-after: True + +changes: + - bugfix: "Non-NT/EPMC Liaisons should now once again spawn with an energy pistol and a camera."