Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ihatethisengine committed Jun 27, 2023
1 parent 1118fb5 commit cad7d4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/dropship_equipment.dm
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
deployed_turret.start_processing()
deployed_turret.set_range()

deployed_turret.linked_cam = new(deployed_turret.loc, "[ship_base.name] [name]")
deployed_turret.linked_cam = new(deployed_turret.loc, "[capitalize_first_letters(ship_base.name)] [capitalize_first_letters(name)]")
if (linked_shuttle.id == DROPSHIP_ALAMO)
deployed_turret.linked_cam.network = list(CAMERA_NET_ALAMO)
else if (linked_shuttle.id == DROPSHIP_NORMANDY)
Expand Down

0 comments on commit cad7d4c

Please sign in to comment.