mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 07:27:57 +01:00
- Fixing some code typos.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3664 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -12,9 +12,9 @@
|
||||
throw_range = 10
|
||||
|
||||
var/secured = 0
|
||||
varobj/item/device/assembly/a_left = null
|
||||
varobj/item/device/assembly/a_right = null
|
||||
varobj/special_assembly = null
|
||||
var/obj/item/device/assembly/a_left = null
|
||||
var/obj/item/device/assembly/a_right = null
|
||||
var/obj/special_assembly = null
|
||||
|
||||
proc/attach(var/obj/item/device/D, var/obj/item/device/D2, var/mob/user)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user