mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
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:
co-authored by
Bloop
parent
c0c4680919
commit
ac501cef13
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user