Skip to content

Commit

Permalink
Update squad_vendor.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Pockets-byte authored Jun 7, 2024
1 parent 1e61f8e commit 10c02b6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions nsv13/code/modules/squads/squad_vendor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
new /obj/item/crowbar(src)

/obj/machinery/squad_vendor
name = "Squad Vendor"
name = "squad Vendor"
desc = "A machine which can dispense equipment to squads. <i>Kits taken from this machine must be returned before you can get a new one.</i>"
icon = 'nsv13/icons/obj/computers.dmi'
icon_state = "squadvend"
Expand All @@ -37,8 +37,6 @@
var/static/list/requires_weapons_clearance = list(/obj/item/ammo_box, /obj/item/gun)

/obj/machinery/squad_vendor/solgov
name = "Squad Vendor"
icon_state = "squadvend"
loadout_type = /datum/squad_loadout/solgov

/obj/machinery/squad_vendor/Initialize(mapload)
Expand Down

0 comments on commit 10c02b6

Please sign in to comment.