fixed diona floors being unremovable (#8361)

* fixed diona floors being unremovable

* changelog
This commit is contained in:
Geeves
2020-02-27 19:15:52 +02:00
committed by GitHub
parent 2bb0e92ecd
commit 4e236d19f3
2 changed files with 7 additions and 4 deletions
+1 -4
View File
@@ -5,7 +5,4 @@
name = "biomass flooring"
icon_state = "diona"
footstep_sound = "grass"
initial_flooring = /decl/flooring/diona
/turf/simulated/floor/diona/attackby()
return
initial_flooring = /decl/flooring/diona
+6
View File
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- bugfix: "Fixed Diona Floors being difficult to remove. Use a shovel."