Skip to content

Commit

Permalink
Update code/modules/cm_marines/equipment/kit_boxes.dm
Browse files Browse the repository at this point in the history
Co-authored-by: harryob <[email protected]>
  • Loading branch information
Kaga-404 and harryob committed Feb 21, 2024
1 parent 1a09d62 commit 1a84f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cm_marines/equipment/kit_boxes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@
return TRUE

/obj/item/spec_kit/sniper_weapon_selector/select_and_spawn(mob/living/carbon/human/user)
var/sniper_selection = tgui_input_list(usr, "Select your weapon", "Weapon Selection", list("M42A sniper rifle", "XM43E1 anti-materiel rifle"))
var/sniper_selection = tgui_input_list(user, "Select your weapon", "Weapon Selection", list("M42A sniper rifle", "XM43E1 anti-materiel rifle"))
if(!sniper_selection || QDELETED(src))
return FALSE
var/turf/T = get_turf(loc)
Expand Down

0 comments on commit 1a84f38

Please sign in to comment.