Skip to content

Commit

Permalink
oops+erm
Browse files Browse the repository at this point in the history
  • Loading branch information
AndroBetel committed Feb 15, 2024
1 parent f08aee5 commit 99a6815
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion code/modules/mob/living/carbon/human/human.dm
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
. += "Primary Objective: [html_decode(assigned_squad.primary_objective)]"
if(assigned_squad.secondary_objective)
. += "Secondary Objective: [html_decode(assigned_squad.secondary_objective)]"
if(faction == FACTION_MARINE)
if(job in ROLES_AI)
. += ""
. += "<a href='?MapView=1'>View Tactical Map</a>"
if(mobility_aura)
Expand Down
8 changes: 6 additions & 2 deletions maps/map_files/chapaev/chapaev.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -3058,7 +3058,9 @@
pixel_x = 8;
pixel_y = 8
},
/turf/open/space/basic,
/turf/open/floor/strata{
icon_state = "floor2"
},
/area/golden_arrow/dorms)
"Ez" = (
/obj/effect/decal/strata_decals/catwalk/prison,
Expand Down Expand Up @@ -4456,7 +4458,9 @@
/obj/item/tool/wrench{
pixel_y = 25
},
/turf/open/space/basic,
/turf/open/floor/strata{
icon_state = "floor2"
},
/area/golden_arrow/dorms)
"TB" = (
/turf/open/floor/strata{
Expand Down

0 comments on commit 99a6815

Please sign in to comment.