mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 20:43:10 +01:00
carpet icon fix (#12286)
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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 |
Reference in New Issue
Block a user