mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 02:16:05 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user