mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
17 lines
326 B
Plaintext
17 lines
326 B
Plaintext
|
|
//**************************************************************
|
|
//
|
|
// Map Objects
|
|
// ---------------
|
|
// Slap these on the map and they do their shit
|
|
//
|
|
//***************************************************************
|
|
|
|
/obj/map
|
|
alpha = 255
|
|
invisibility = 101
|
|
mouse_opacity = 0
|
|
|
|
/obj/map/Destroy()
|
|
return
|