Skip to content

Commit

Permalink
WT550 for blueshild (#3831)
Browse files Browse the repository at this point in the history
* WT550 for blueshild

Добавляет для офицера синий шит ПП WT550 в качество оружия с маяка
Сделано по баунти: https://ptb.discord.com/channels/574254221004898335/1251088869538136147

* WT550 for blueshild

* weh

---------

Co-authored-by: Iajret <[email protected]>
  • Loading branch information
Maximal08 and Iajret authored Jun 16, 2024
1 parent 1feee70 commit 5d42af9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions tff_modular/modules/blueshield-rearm/code/weapon_beacon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/obj/item/gun/energy/blueshield = /obj/item/storage/belt/holster/energy/blueshield,
/obj/item/gun/ballistic/automatic/sol_smg = /obj/item/storage/toolbox/guncase/nova/carwo_large_case/sindano,
/obj/item/gun/ballistic/automatic/xhihao_smg = /obj/item/storage/toolbox/guncase/nova/xhihao_large_case/bogseo,
/obj/item/gun/ballistic/automatic/wt550 = /obj/item/storage/toolbox/guncase/nova/wt550,
)
for(var/obj/item/weapon as anything in possible_weapons)
blueshield_weapons[initial(weapon.name)] = possible_weapons[weapon]
Expand Down
11 changes: 11 additions & 0 deletions tff_modular/modules/blueshield-rearm/code/wt550.dm
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
/obj/item/storage/toolbox/guncase/nova/wt550
name = "wt-550 gun case"
weapon_to_spawn = /obj/item/gun/ballistic/automatic/wt550
extra_to_spawn = /obj/item/ammo_box/magazine/wt550m9

/obj/item/storage/toolbox/guncase/nova/wt550/PopulateContents()
new weapon_to_spawn()

generate_items_inside(list(
/obj/item/ammo_box/magazine/wt550m9 = 2,
), src)
1 change: 1 addition & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -8414,6 +8414,7 @@
#include "tff_modular\modules\blueshield-rearm\code\projectiles.dm"
#include "tff_modular\modules\blueshield-rearm\code\revolver.dm"
#include "tff_modular\modules\blueshield-rearm\code\weapon_beacon.dm"
#include "tff_modular\modules\blueshield-rearm\code\wt550.dm"
#include "tff_modular\modules\clothing\suit\suit.dm"
#include "tff_modular\modules\cqd_holsters\code\holster.dm"
#include "tff_modular\modules\cqd_holsters\code\holster_injections.dm"
Expand Down

0 comments on commit 5d42af9

Please sign in to comment.