mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-26 01:53:02 +00:00
Merge pull request #1659 from Yoshax/floorfix
Removes tags from blue carpet
This commit is contained in:
@@ -69,7 +69,7 @@ var/list/flooring_types
|
||||
name = "carpet"
|
||||
icon_base = "bcarpet"
|
||||
build_type = null
|
||||
flags = TURF_HAS_EDGES | TURF_HAS_CORNERS | TURF_REMOVE_CROWBAR | TURF_CAN_BURN
|
||||
flags = TURF_HAS_EDGES | TURF_REMOVE_CROWBAR
|
||||
|
||||
/decl/flooring/tiling
|
||||
name = "floor"
|
||||
|
||||
Reference in New Issue
Block a user