mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
22 lines
452 B
Plaintext
22 lines
452 B
Plaintext
|
|
//**************************************************************
|
|
//
|
|
// Map Objects
|
|
// ---------------
|
|
// Slap these on the map and they do their shit
|
|
//
|
|
//***************************************************************
|
|
|
|
/obj/abstract/map
|
|
alpha = 255
|
|
invisibility = 101
|
|
mouse_opacity = 0
|
|
|
|
/obj/abstract/map/New()
|
|
..()
|
|
perform_spawn()
|
|
|
|
//Spawn proc that can be modified, so New() can inherit properly
|
|
/obj/abstract/map/proc/perform_spawn()
|
|
return
|