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>
This commit is contained in:
Hypertorus Fusion Reactor
2023-12-12 18:27:39 -05:00
committed by GitHub
co-authored by Bloop
parent c0c4680919
commit ac501cef13
2 changed files with 17 additions and 0 deletions
@@ -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
@@ -5,6 +5,7 @@
"icon" = "hat-wizard",
"products" = list(
/obj/item/storage/briefcase/secure/white/wargame_kit = 3,
/obj/item/laser_pointer = 3,
),
),
list(