Merge pull request #17796 from bgobandit/sofuckingmetal

Runed metal no longer deletes girders when used on them.
This commit is contained in:
oranges
2016-05-21 22:56:45 +12:00
11 changed files with 26 additions and 20 deletions
+1 -1
View File
@@ -376,7 +376,7 @@
user.visible_message("<span class='notice'>[user] plates [src] with runed metal.</span>", "<span class='notice'>You construct a runed wall.</span>")
R.use(1)
var/turf/T = get_turf(src)
T.ChangeTurf(/turf/closed/wall/cult)
T.ChangeTurf(/turf/closed/wall/mineral/cult)
qdel(src)
else