mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-25 13:06:38 +01:00
Fixes teal carpets.
Unnecessary and unmarked vorestation edit. Our carpet_vr.dmi was exactly the same as polaris, but without the teal carpets, surprise! Fixes #3381
This commit is contained in:
@@ -103,7 +103,7 @@ var/list/flooring_types
|
||||
/decl/flooring/carpet
|
||||
name = "carpet"
|
||||
desc = "Imported and comfy."
|
||||
icon = 'icons/turf/flooring/carpet_vr.dmi'
|
||||
icon = 'icons/turf/flooring/carpet.dmi'
|
||||
icon_base = "carpet"
|
||||
build_type = /obj/item/stack/tile/carpet
|
||||
damage_temperature = T0C+200
|
||||
@@ -337,4 +337,4 @@ var/list/flooring_types
|
||||
build_type = null
|
||||
has_damage_range = 6
|
||||
flags = TURF_ACID_IMMUNE | TURF_CAN_BREAK
|
||||
can_paint = null
|
||||
can_paint = null
|
||||
|
||||
Reference in New Issue
Block a user