Merge pull request #34316 from tgstation/Cyberboss-patch-4

Fixes poker tables not being deleted after Narsie touches them
This commit is contained in:
Leo
2018-01-12 16:30:06 -02:00
committed by CitadelStationBot
parent 5bb87e6778
commit 1d729e7d6d
+4 -3
View File
@@ -248,8 +248,9 @@
/obj/structure/table/wood/poker,
/obj/structure/table/wood/bar)
/obj/structure/table/wood/narsie_act()
return
/obj/structure/table/wood/narsie_act(total_override = TRUE)
if(!total_override)
..()
/obj/structure/table/wood/poker //No specialties, Just a mapping object.
name = "gambling table"
@@ -259,7 +260,7 @@
buildstack = /obj/item/stack/tile/carpet
/obj/structure/table/wood/poker/narsie_act()
new /obj/structure/table/wood(src.loc)
..(FALSE)
/obj/structure/table/wood/fancy
name = "fancy table"