last of tg tweaks for now.

rune blood dna is runtiming but eh....
This commit is contained in:
Aurorablade
2016-05-15 23:09:48 -04:00
parent ce69938a65
commit c3ee3192ba
11 changed files with 41 additions and 131 deletions
@@ -41,6 +41,10 @@
density = 0
qdel(src)
/obj/structure/table/narsie_act()
if(prob(20))
new /obj/structure/table/woodentable(src.loc)
/obj/structure/table/update_icon()
if(smooth && !flipped)
icon_state = ""
@@ -384,6 +388,10 @@
return 1
/obj/structure/table/woodentable/narsie_act()
return
/obj/structure/table/woodentable/poker //No specialties, Just a mapping object.
name = "gambling table"
desc = "A seedy table for seedy dealings in seedy places."
@@ -396,6 +404,9 @@
new /obj/item/stack/tile/grass(loc)
..()
/obj/structure/table/woodentable/poker/narsie_act()
return
/obj/structure/glasstable_frame
name = "glass table frame"
desc = "A metal frame for a glass table."