Fixed a few bugs with clockwork proselytizers (#21221)

* Fixed a few bugs with clockwork proselytizers

* condensed

* formatting

* proselytizer.

* i need more sanity checks I think this crashed something

* proper!

* better desc

* sanity! SANITY!
This commit is contained in:
Joan Lung
2016-10-28 18:34:03 -04:00
committed by oranges
parent a4a57d1ddf
commit df4bc0a093
10 changed files with 187 additions and 127 deletions
@@ -133,6 +133,14 @@
framestack = /obj/item/stack/sheet/brass
framestackamount = 1
/obj/structure/table_frame/brass/New()
change_construction_value(1)
..()
/obj/structure/table_frame/brass/Destroy()
change_construction_value(-1)
return ..()
/obj/structure/table_frame/brass/attackby(obj/item/I, mob/user, params)
if(istype(I, /obj/item/stack/sheet/brass))
var/obj/item/stack/sheet/brass/W = I