mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Add GPS debug tool to admin debug box (#92925)
## About The Pull Request This adds the existing GPS debug tool to the admin debug box that displays x, y, z coordinates on a turf that is somewhat useful when testing z-level boundaries. <img width="1920" height="1080" alt="dreamseeker_NyC1iJ4SPK" src="https://github.com/user-attachments/assets/a7153fa5-5195-4500-8aa7-57584d19fe85" /> ## Why It's Good For The Game Easier debug tools for testing. ## Changelog 🆑 qol: The GPS debug tool will now spawn with the admin outfit apart of the debug tools admin: Add GPS debug tool to admin debug box /🆑
This commit is contained in:
@@ -39,9 +39,10 @@
|
||||
/obj/item/storage/bag/sheetsnatcher/debug=1,
|
||||
/obj/item/uplink/debug=1,
|
||||
/obj/item/uplink/nuclear/debug=1,
|
||||
/obj/item/clothing/ears/earmuffs/debug = 1,
|
||||
/obj/item/clothing/ears/earmuffs/debug=1,
|
||||
/obj/item/gps/visible_debug=1,
|
||||
)
|
||||
generate_items_inside(items_inside,src)
|
||||
generate_items_inside(items_inside, src)
|
||||
|
||||
/obj/item/storage/box/plastic
|
||||
name = "plastic box"
|
||||
|
||||
Reference in New Issue
Block a user