Commit Graph

6 Commits

Author SHA1 Message Date
nightred baf9ef3e19 one more useless check removed 2020-03-06 09:49:50 -06:00
nightred 695fec66c2 remove some TK checks that are dead 2020-03-06 09:47:53 -06:00
nightred e2f03055a9 oh lets not make a loop that was bad 2020-03-05 12:25:38 -06:00
nightred 944fe34d80 telekinesis checks for held object 2020-03-05 12:22:55 -06:00
nightred 5f0cf09967 Off hand item drop fix 2020-03-05 08:56:06 -06:00
nightred 15452cac44 [READY] Two Handed Component (#49422)
About The Pull Request

For an item to be two handed just add this handy component.

All existing two handed items have been converted to use this component.
Why It's Good For The Game

It has components and signals, and now you can make items two handed so simply.

/obj/item/shockpaddles/ComponentInitialize()
	. = ..()
	AddComponent(/datum/component/two_handed)
2020-03-04 11:26:01 +13:00