Skip to content

Commit

Permalink
Merge pull request #16 from Ro2tCrab/hunter_fix
Browse files Browse the repository at this point in the history
Охотник не может взять огнемёт
  • Loading branch information
Discozavisim authored Jan 26, 2025
2 parents 12e0101 + 6e28cfd commit 405f5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/vtmb/jobs/hunter.dm
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
spawn()
var/loadout_type = input(H, "Choose the Lord's gift for you:", "Loadout") as anything in loadouts
switch(loadout_type)
if("Fire Master")
if("Fire Fighter")
H.equip_to_slot_or_del(new /obj/item/clothing/head/vampire/helmet(H), ITEM_SLOT_HEAD)
H.equip_to_slot_or_del(new /obj/item/clothing/suit/vampire/vest(H), ITEM_SLOT_OCLOTHING)
H.put_in_r_hand(new /obj/item/vampire_flamethrower(H))
Expand Down

0 comments on commit 405f5cd

Please sign in to comment.