Skip to content

Commit

Permalink
woops
Browse files Browse the repository at this point in the history
  • Loading branch information
spockye committed Nov 5, 2023
1 parent c84c5dd commit a022882
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions code/game/turfs/closed/_closed.dm
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,11 @@
smooth_icon = 'icons/turf/walls/rockwall_icemoon.dmi'

Check failure on line 268 in code/game/turfs/closed/_closed.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'smooth_icon' on type '/turf/closed/indestructible/rock/snow/schist'
icon_state = "rockwall_icemoon-0"
base_icon_state = "rockwall_icemoon"
smoothing_flags = SMOOTH_BITMASK | SMOOTH_BORDER
canSmoothWith = list(SMOOTH_GROUP_MINERAL_WALLS)
environment_type = "snow_cavern"

Check failure on line 273 in code/game/turfs/closed/_closed.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'environment_type' on type '/turf/closed/indestructible/rock/snow/schist'
turf_type = /turf/open/floor/plating/asteroid/icerock

Check failure on line 274 in code/game/turfs/closed/_closed.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var 'turf_type' on type '/turf/closed/indestructible/rock/snow/schist'
baseturfs = /turf/open/floor/plating/asteroid/icerock

/turf/closed/indestructible/paper
name = "thick paper wall"
Expand Down

0 comments on commit a022882

Please sign in to comment.