[s] Small tweaks and fixes a edgecase with machine construction (#37494)

* Puts back required time for the emitter and field_generator and also removes a certain issue that certain people were causing

* Couple of things I missed

* I noticed the error with regards to atom and changed to obj like I was trying to originally. Also its fine to build on tables that wasnt the issue with this specific aspect.

* Edge windows. We need those.

* optimised the checks to be behind a if check for when you are actually needing to make something for the floor...

* Corrects a input proc by request

* Working is not my strong suit.
This commit is contained in:
Jalleo
2018-04-30 05:00:24 -05:00
committed by CitadelStationBot
parent 3369c804b2
commit 987cce76ed
4 changed files with 24 additions and 12 deletions
+1 -1
View File
@@ -229,7 +229,7 @@
state = EM_UNSECURED
/obj/machinery/power/emitter/wrench_act(mob/living/user, obj/item/I)
default_unfasten_wrench(user, I, 0)
default_unfasten_wrench(user, I)
return TRUE
/obj/machinery/power/emitter/welder_act(mob/living/user, obj/item/I)