Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6,374 changes: 4,370 additions & 2,004 deletions _maps/map_files/Vampire/generic/forest.dmm

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion modular_darkpack/modules/doors/code/keys/keys.dm
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ GLOBAL_LIST_INIT(city_door_lock_ids, list())
//===========================FERA KEYS===========================

/obj/item/vamp/keys/nps
name = "\improper Park Service keys"
name = "\improper Hunting Lodge keys" // APOC EDIT CHANGE
accesslocks = list(
LOCKACCESS_PARK_RANGER
)
Expand Down
1 change: 1 addition & 0 deletions modular_darkpack/modules/jobs/code/garou/councillor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@
suit = /obj/item/clothing/suit/vampire/coat/winter/alt
shoes = /obj/item/clothing/shoes/vampire/jackboots/work
l_pocket = /obj/item/smartphone/garou_council // DARKPACK TODO - Garou phone network. Glasswalkers only?
r_pocket = /obj/item/vamp/keys/nps // APOC EDIT CHANGE
backpack_contents = list(/obj/item/gun/ballistic/automatic/pistol/darkpack/deagle=1, /obj/item/phone_book=1, /obj/item/card/credit/rich=1)
1 change: 1 addition & 0 deletions modular_darkpack/modules/jobs/code/garou/guardian.dm
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,5 @@
gloves = /obj/item/clothing/gloves/vampire/leather
suit = /obj/item/clothing/suit/vampire/jacket
l_pocket = /obj/item/smartphone/garou_guardian
r_pocket = /obj/item/vamp/keys/nps // APOC EDIT CHANGE
backpack_contents = list(/obj/item/card/credit=1)
1 change: 1 addition & 0 deletions modular_darkpack/modules/jobs/code/garou/truthcatcher.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@
gloves = /obj/item/clothing/gloves/vampire/work
shoes = /obj/item/clothing/shoes/vampire/jackboots/work
l_pocket = /obj/item/smartphone/garou_truthcatcher
r_pocket = /obj/item/vamp/keys/nps // APOC EDIT CHANGE
backpack_contents = list(/obj/item/phone_book=1, /obj/item/veil_contract, /obj/item/card/credit/rich=1)

1 change: 1 addition & 0 deletions modular_darkpack/modules/jobs/code/garou/warder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,5 @@
suit = /obj/item/clothing/suit/vampire/vest/medieval
glasses = /obj/item/clothing/glasses/vampire/sun
l_pocket = /obj/item/smartphone/garou_warder
r_pocket = /obj/item/vamp/keys/nps // APOC EDIT CHANGE
backpack_contents = list(/obj/item/gun/ballistic/automatic/pistol/darkpack/deagle=1, /obj/item/veil_contract, /obj/item/card/credit/rich=1)
1 change: 1 addition & 0 deletions modular_darkpack/modules/jobs/code/garou/wyrmfoe.dm
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,5 @@
gloves = /obj/item/clothing/gloves/vampire/work
shoes = /obj/item/clothing/shoes/vampire/jackboots/work
l_pocket = /obj/item/smartphone/garou_wyrmfoe
r_pocket = /obj/item/vamp/keys/nps // APOC EDIT CHANGE
backpack_contents = list(/obj/item/phone_book=1, /obj/item/card/credit/rich=1)
14 changes: 14 additions & 0 deletions modular_zapoc/modules/areas/code/western_eye.dm
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,17 @@
/area/vtm/interior/forest/abandoned_cabin
name = "Abandoned Cabin"

/area/vtm/outside/forest/bawn_lodge
name = "Sinkhole Lodge"

/area/vtm/interior/forest/bawn_lodge
name = "Hunting Lodge"

/area/vtm/interior/forest/bawn_shelter
name = "Storm Shelter"

/area/vtm/interior/forest/bawn_shed
name = "Lodge Shed"

/area/vtm/interior/forest/hotsprings
name = "Hotsprings"
992 changes: 992 additions & 0 deletions tools/UpdatePaths/darkpackmerged.txt

Large diffs are not rendered by default.

Loading