Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
silicons committed Nov 28, 2024
1 parent 4b0ac31 commit 48776d1
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/game/turfs/simulated/flooring/flooring.dm
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// [icon_base]_corners: directional overlays for non-edge corners.

/datum/prototype/flooring
// todo: don't do this, just set IDs on everything.
anonymous = TRUE

//* Internal *//

/// Set to TRUE by DECLARE_FLOORING macro. This is to signal to the system
Expand Down
1 change: 1 addition & 0 deletions code/game/turfs/simulated/flooring/types/grass.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DECLARE_FLOORING(/grass)
id = "Grass"
name = "grass"
desc = "Do they smoke grass out in space, Bowie? Or do they smoke AstroTurf?"
icon = 'icons/turf/flooring/grass.dmi'
Expand Down
1 change: 1 addition & 0 deletions code/game/turfs/simulated/flooring/types/linoleum.dm
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
DECLARE_FLOORING(/linoleum)
id = "Linoleum"
name = "linoleum"
desc = "It's like the 2390's all over again."
icon = 'icons/turf/flooring/linoleum.dmi'
Expand Down
1 change: 1 addition & 0 deletions code/game/turfs/simulated/wall/wall.dm
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
integrity_failure = 0

armor_type = /datum/armor/object/heavy
outdoors = FALSE

opacity = TRUE
density = TRUE
Expand Down

0 comments on commit 48776d1

Please sign in to comment.