Fix full ashtray icon/descriptions. (#17255)

This commit is contained in:
warriorstar-orion
2021-12-19 19:05:39 +01:00
committed by GitHub
parent 062450b315
commit 6df11c32df
+1 -1
View File
@@ -38,7 +38,7 @@
if(contents.len == max_butts)
icon_state = icon_full
desc = initial(desc) + " It's stuffed full."
if(contents.len > max_butts * 0.5)
else if(contents.len > max_butts * 0.5)
icon_state = icon_half
desc = initial(desc) + " It's half-filled."
else