Moves string overlays to use images. (#10686)

* Moves string overlays to use images.

* Fixed overlays being missed in replace due to unexpected string characters.
This commit is contained in:
ComicIronic
2016-06-20 23:27:24 +01:00
committed by clusterfack
parent 2db126bb70
commit 53040e7e83
74 changed files with 176 additions and 176 deletions

View File

@@ -2783,7 +2783,7 @@
if(F.z == 1)
F.name = "lava"
F.desc = "The floor is LAVA!"
F.overlays += "lava"
F.overlays += image(icon = F.icon, icon_state = "lava")
F.lava = 1
lavaturfs += F