Merge pull request #5380 from Anewbe/hopefully_invincible_walls

Dungeon walls no longer take damage.
This commit is contained in:
Atermonera
2018-07-01 14:56:49 -07:00
committed by GitHub
@@ -12,6 +12,9 @@
/turf/simulated/wall/dungeon/ex_act()
return
/turf/simulated/wall/dungeon/take_damage() //These things are suppose to be unbreakable
return
/turf/simulated/wall/solidrock //for more stylish anti-cheese.
name = "solid rock"
desc = "This rock seems dense, impossible to drill."
@@ -37,4 +40,7 @@
return
/turf/simulated/wall/solidrock/ex_act()
return
/turf/simulated/wall/solidrock/take_damage() //These things are suppose to be unbreakable
return