Skip to content

Commit

Permalink
Merge branch 'master' into MARSOC
Browse files Browse the repository at this point in the history
  • Loading branch information
kirieee authored Apr 4, 2024
2 parents 9f6f791 + d647f3b commit a2627d2
Show file tree
Hide file tree
Showing 9 changed files with 75,599 additions and 9 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/__game.dm
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ block( \
#define MAP_RUNTIME "USS Runtime"
#define MAP_LV522_CHANCES_CLAIM "LV-522 Chance's Claim" // Highpop Only
#define MAP_NEW_VARADERO "New Varadero"//ice colony underground but as its own map
#define MAP_NEW_VARADERO_REPAIRED "New Varadero Repaired"
#define MAP_CHINOOK "Chinook 91 GSO" //admin level
#define MAP_DERELICT_ALMAYER "Derelict Almayer"

Expand Down
4 changes: 2 additions & 2 deletions code/game/objects/items/storage/misc.dm
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
desc = "A small case containing the once-standard sidearm of the UPP, the Type 73, and two additional magazines. The contained sidearm is probably looted off a dead officer or from a captured stockpile, either way this thing is worth a pretty penny."
icon = 'icons/obj/items/storage.dmi'
icon_state = "matebacase"
w_class = SIZE_MEDIUM
w_class = SIZE_LARGE
max_w_class = SIZE_MEDIUM
storage_slots = 3

Expand All @@ -143,7 +143,7 @@
desc = "A relatively large storage case containing the 1911 and additional magazines. Purchased by enlisted or aspiring PMCs looking to carry a timeless classic"
icon = 'icons/obj/items/storage.dmi'
icon_state = "matebacase"
w_class = SIZE_MEDIUM
w_class = SIZE_LARGE
max_w_class = SIZE_MEDIUM
storage_slots = 3

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
return ..()

/obj/structure/closet/secure_closet/marine_personal/allowed(mob/M)
if(owner == M.name)
if(owner == M.real_name)
return TRUE
return FALSE

Expand Down
1 change: 1 addition & 0 deletions code/modules/cm_marines/equipment/maps.dm
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ GLOBAL_LIST_INIT_TYPED(map_type_list, /obj/item/map, setup_all_maps())
MAP_KUTJEVO = new /obj/item/map/kutjevo_map(),
MAP_LV522_CHANCES_CLAIM = new /obj/item/map/lv522_map(),
MAP_NEW_VARADERO = new /obj/item/map/new_varadero(),
MAP_NEW_VARADERO_REPAIRED = new /obj/item/map/new_varadero(),
MAP_DERELICT_ALMAYER = new /obj/item/map/almayer(),
)

Expand Down
1 change: 1 addition & 0 deletions code/modules/projectiles/ammo_boxes/round_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
overlay_content = "_reg"
default_ammo = /datum/ammo/bullet/smartgun
caliber = "10x28mm"
bullet_amount = 1000
max_bullet_amount = 1000

/obj/item/ammo_box/rounds/smartgun/empty
Expand Down
3 changes: 3 additions & 0 deletions map_config/maps.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ endmap
map new_varadero
endmap

map new_varadero_repaired
endmap

map derelict_almayer
endmap

Expand Down
14 changes: 8 additions & 6 deletions maps/map_files/LV624_Fixed/LV624_repaired.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -4636,6 +4636,9 @@
/obj/structure/flora/bush/ausbushes/var3/leafybush,
/turf/open/auto_turf/strata_grass/layer1,
/area/lv624/ground/caves/central_caves)
"faY" = (
/turf/open/gm/dirtgrassborder/grassdirt_corner2/south_east,
/area/lv624/ground/jungle/south_central_jungle)
"faZ" = (
/obj/structure/surface/table,
/obj/item/tool/kitchen/utensil/knife,
Expand Down Expand Up @@ -5838,7 +5841,7 @@
/area/lv624/lazarus/landing_zones/lz1)
"gxv" = (
/obj/structure/surface/table/reinforced/prison,
/obj/structure/machinery/faxmachine,
/obj/structure/machinery/faxmachine/corporate/liaison,
/turf/open/floor{
dir = 9;
icon_state = "whiteyellow"
Expand Down Expand Up @@ -16947,7 +16950,6 @@
"sPK" = (
/obj/structure/machinery/door/airlock/almayer/generic{
dir = 1;
locked = 1;
name = "\improper Storage Room"
},
/turf/open/floor{
Expand Down Expand Up @@ -36745,8 +36747,8 @@ gOl
gOl
gOl
tOc
eUI
mdK
tOc
fcJ
mdK
aeW
bZf
Expand Down Expand Up @@ -36969,8 +36971,8 @@ fMc
bFS
fMc
lDp
eUI
mdK
faY
iwh
mdK
hOD
vLL
Expand Down
Loading

0 comments on commit a2627d2

Please sign in to comment.