carpet icon fix (#12286)

This commit is contained in:
Alberyk
2021-08-04 16:21:32 -03:00
committed by GitHub
parent d7512688c2
commit 58794dfc15
4 changed files with 8 additions and 1 deletions
@@ -121,7 +121,7 @@
name = "adhomian carpet"
singular_name = "carpet"
desc = "A piece of fancy adhomian carpet. It is the same size as a normal floor tile!"
icon_state = "tile_carpet_rubber"
icon_state = "carpet_art"
force = 1.0
throwforce = 1.0
throw_speed = 5
@@ -84,6 +84,7 @@
return
if(S.use(use_flooring.build_cost))
set_flooring(use_flooring)
update_icon(TRUE)
playsound(src, 'sound/items/Deconstruct.ogg', 80, 1)
return
// Repairs.
+6
View File
@@ -0,0 +1,6 @@
author: Alberyk
delete-after: True
changes:
- bugfix: "Fixed carpet titles not updating their icons correctly when placed down."
Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.9 KiB