allows putting mountable frames on shuttle walls

This commit is contained in:
unid15
2015-08-06 11:41:40 +02:00
committed by Ren
parent 1bb1f4a118
commit 00e9d8fc54
2 changed files with 4 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
/obj/item/mounted
var/list/buildon_types = list(/turf/simulated/wall)
var/list/buildon_types = list(/turf/simulated/wall, /turf/simulated/shuttle/wall)
/obj/item/mounted/afterattack(var/atom/A, mob/user, proximity_flag)