mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 20:47:10 +01:00
•New matchbox and match sprites, so they don't look fucking awkward anymore.
Project shrink silly sprites is only just starting. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@887 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -49,13 +49,11 @@ ZIPPO
|
||||
else
|
||||
return ..()
|
||||
if(src.matchcount <= 0)
|
||||
src.icon_state = "matchbox_e"
|
||||
else if(src.matchcount <= 5)
|
||||
src.icon_state = "matchbox_1q"
|
||||
else if(src.matchcount <= 10)
|
||||
src.icon_state = "matchbox_h"
|
||||
else if(src.matchcount <= 15)
|
||||
src.icon_state = "matchbox_3q"
|
||||
src.icon_state = "matchbox_empty"
|
||||
else if(src.matchcount <= 3)
|
||||
src.icon_state = "matchbox_almostempty"
|
||||
else if(src.matchcount <= 6)
|
||||
src.icon_state = "matchbox_almostfull"
|
||||
else
|
||||
src.icon_state = "matchbox"
|
||||
src.update_icon()
|
||||
|
||||
Reference in New Issue
Block a user