/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/modules/maps/map_objects.dm
20 строк
452 B
DamianX
Fixed implementations of Destroy() not calling parent (#27068)
11 июл 2020, 22:27
Не верифицирован
11 июл 2020, 22:27
d4d08bf
Код
Авторство
О чём код?
//************************************************************** // // 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