mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
powder that makes you say yes
This commit is contained in:
@@ -336,17 +336,6 @@
|
|||||||
to_chat(user, "You adjust the speed of the conveyor switch.")
|
to_chat(user, "You adjust the speed of the conveyor switch.")
|
||||||
return
|
return
|
||||||
//CHOMPedit End
|
//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
|
/obj/machinery/conveyor_switch/oneway
|
||||||
oneway = 1
|
oneway = 1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user