Skip to content

Commit

Permalink
Laser pointers. Now more accessible! (#25532)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
2 people authored and FFMirrorBot committed Dec 12, 2023
1 parent 8a7570c commit 75e04ba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions modular_skyrat/modules/modular_vending/code/games.dm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"icon" = "hat-wizard",
"products" = list(
/obj/item/storage/briefcase/secure/white/wargame_kit = 3,
/obj/item/laser_pointer = 3,
),
),
list(
Expand Down

0 comments on commit 75e04ba

Please sign in to comment.