mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
Fixed a bunch of broken code relating to AI malfunction
Malf AIs now appear red-tinted Malf AIs now get their 30-second window of ability to explode the station when they win AIs and Ghosts can now enjoy the glorious station explosion cinematics. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@153 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -1,2 +1,8 @@
|
||||
/obj/hud/proc/ghost_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
|
||||
Reference in New Issue
Block a user