Fixes roller bed rack icon. (#8298)

This commit is contained in:
mikomyazaki
2020-02-18 20:37:08 +00:00
committed by GitHub
parent 885afc07fe
commit 0e849e40d6
2 changed files with 7 additions and 1 deletions

View File

@@ -270,7 +270,7 @@
name = "roller bed rack"
desc = "A rack for carrying a collapsed roller bed."
icon = 'icons/obj/rollerbed.dmi'
icon_state = "folded"
icon_state = "standard_folded"
var/obj/item/roller/held
/obj/item/roller_holder/New()

View File

@@ -0,0 +1,6 @@
author: mikomyazaki
delete-after: True
changes:
- bugfix: "Medical cyborg roller bed rack now has an icon."