mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Flashes now change icon when they burn out.
Fixed the purple lawsuit sprite. (The east/west mob sprites were a pixel off centre) git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2348 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -91,6 +91,7 @@
|
||||
if (prob(2))
|
||||
broken = 1
|
||||
user << "\red The bulb has burnt out!"
|
||||
icon_state = "flashburnt"
|
||||
|
||||
spawn(60)
|
||||
recharge()
|
||||
@@ -138,6 +139,7 @@
|
||||
|
||||
if (prob(2))
|
||||
broken = 1
|
||||
icon_state = "flashburnt"
|
||||
if(user)
|
||||
user << "\red The bulb has burnt out!"
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user