fix issues with indented absolute path definitions

This commit is contained in:
GinjaNinja32
2015-12-09 14:12:54 +00:00
parent 67c53ddd1d
commit 1921c35231
22 changed files with 125 additions and 184 deletions
+1 -1
View File
@@ -31,7 +31,7 @@
addition to) a /wifi/receiver variable.
You will however need to call the /wifi/senders code to pass commands onto any connected receivers.
Example:
/obj/machinery/button/attack_hand()
obj/machinery/button/attack_hand()
wifi_sender.activate()
*/
//-------------------------------