Files
vgstation13/code/modules/maps/map_objects.dm
DamianX d4d08bfef5 Fixed implementations of Destroy() not calling parent (#27068)
* Fixed implementations of Destroy() not calling parent

* I forgot to commit garbage.dm
2020-07-11 21:27:05 +02:00

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