mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-25 17:51:17 +00:00
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@260 316c924e-a436-60f5-8080-3fe189b3f50e
8 lines
305 B
Plaintext
8 lines
305 B
Plaintext
/obj/hud/proc/unplayer_hud()
|
|
src.station_explosion = new src.h_type( src )
|
|
src.station_explosion.icon = 'station_explosion.dmi'
|
|
src.station_explosion.icon_state = "start"
|
|
src.station_explosion.layer = 20
|
|
src.station_explosion.mouse_opacity = 0
|
|
src.station_explosion.screen_loc = "1,3"
|
|
return |