Skip to content

Commit

Permalink
Necropolis Turfs
Browse files Browse the repository at this point in the history
  • Loading branch information
imtakingabreakdontatme committed Jun 14, 2016
1 parent 50807d4 commit 959a112
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions code/modules/mining/mine_turfs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -765,3 +765,24 @@
slowdown = 0
smooth = SMOOTH_MORE|SMOOTH_BORDER
canSmoothWith = list (/turf/open/floor/plating/ash/rocky, /turf/closed)

//Necropolis

/turf/closed/indestructible/necropolis
name = "necropolis wall"
desc = "A seemingly impenetrable wall."
icon = 'icons/turf/walls.dmi'
explosion_block = 50
baseturf = /turf/closed/indestructible/necropolis

/turf/open/indestructible/necropolis
name = "necropolis floor"
desc = "It's regarding you suspiciously."
icon = 'icons/turf/floors.dmi'
icon_state = "floor"
baseturf = /turf/open/indestructible/necropolis

/turf/open/indestructible/necropolis/New()
..()
if(prob(20))
icon_state = "necropolis[rand(1,2)]"
Binary file modified icons/turf/floors.dmi
Binary file not shown.
Binary file modified icons/turf/walls.dmi
Binary file not shown.

0 comments on commit 959a112

Please sign in to comment.