powder that makes you say yes

This commit is contained in:
Nadyr
2023-04-25 21:12:02 -04:00
committed by GitHub
parent eb6c8d7b7f
commit 45b835675d

View File

@@ -336,17 +336,6 @@
to_chat(user, "You adjust the speed of the conveyor switch.")
return
//CHOMPedit End
/obj/machinery/conveyor_switch/oneway
var/convdir = 1 //Set to 1 or -1 depending on which way you want the convayor to go. (In other words keep at 1 and set the proper dir on the belts.)
desc = "A conveyor control switch. It appears to only go in one direction."
// attack with hand, switch position
/obj/machinery/conveyor_switch/oneway/attack_hand(mob/user)
if(position == 0)
position = convdir
else
position = 0
/obj/machinery/conveyor_switch/oneway
oneway = 1