From 75e04baceef4876ac5e2cbdf67afbb3d632c922c Mon Sep 17 00:00:00 2001 From: Hypertorus Fusion Reactor <109750345+dis-integrates-the-integration-tests@users.noreply.github.com> Date: Wed, 13 Dec 2023 01:27:39 +0200 Subject: [PATCH] Laser pointers. Now more accessible! (#25532) * adds laser pointeers to good clean fun * adds laser pointers to the loadout * reverts a previous change * adds laser pointer to modular vending --------- Co-authored-by: Bloop <13398309+vinylspiders@users.noreply.github.com> --- .../loadouts/loadout_items/loadout_datum_toys.dm | 16 ++++++++++++++++ .../modules/modular_vending/code/games.dm | 1 + 2 files changed, 17 insertions(+) diff --git a/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm b/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm index b689901dbd2..77aa1bf5fb2 100644 --- a/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm +++ b/modular_skyrat/modules/loadouts/loadout_items/loadout_datum_toys.dm @@ -403,3 +403,19 @@ GLOBAL_LIST_INIT(loadout_toys, generate_loadout_items(/datum/loadout_item/toys)) /datum/loadout_item/toys/toykatana name = "Toy Katana" item_path = /obj/item/toy/katana + +/datum/loadout_item/toys/red_laser + name = "Red Laser Pointer" + item_path = /obj/item/laser_pointer/red + +/datum/loadout_item/toys/green_laser + name = "Green Laser Pointer" + item_path = /obj/item/laser_pointer/green + +/datum/loadout_item/toys/blue_laser + name = "Blue Laser Pointer" + item_path = /obj/item/laser_pointer/blue + +/datum/loadout_item/toys/purple_laser + name = "Purple Laser Pointer" + item_path = /obj/item/laser_pointer/purple diff --git a/modular_skyrat/modules/modular_vending/code/games.dm b/modular_skyrat/modules/modular_vending/code/games.dm index 4df4e3e7ba2..e324b6575f4 100644 --- a/modular_skyrat/modules/modular_vending/code/games.dm +++ b/modular_skyrat/modules/modular_vending/code/games.dm @@ -5,6 +5,7 @@ "icon" = "hat-wizard", "products" = list( /obj/item/storage/briefcase/secure/white/wargame_kit = 3, + /obj/item/laser_pointer = 3, ), ), list(