Unapologetic Non-NT Liaison Bugfix (#10710)

This commit is contained in:
Wildkins
2020-12-02 21:11:37 -05:00
committed by GitHub
parent db4f0ec95c
commit e3f50e4e41
5 changed files with 18 additions and 4 deletions

View File

@@ -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
)
)

View File

@@ -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
)
)

View File

@@ -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
)
)

View File

@@ -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
)
)