- Fixing some code typos.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3664 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz@gmail.com
2012-05-25 15:35:05 +00:00
parent a30aca4327
commit 4348d6f0cb
3 changed files with 5 additions and 5 deletions

View File

@@ -734,7 +734,7 @@
throwforce = 5
w_class = 2.0
throw_speed = 3
throw_range = 5W
throw_range = 5
m_amt = 10000
origin_tech = "magnets=1;bluespace=3"

View File

@@ -42,7 +42,7 @@
icon_state = "camera"
item_state = "electropack"
w_class = 2.0
flags = FPRINT | CONDUCT | USEDELAY | TABLEPASS | ONBELT
flags = FPRINT | CONDUCT | USEDELAY | TABLEPASS
slot_flags = SLOT_BELT
m_amt = 2000
throwforce = 5

View File

@@ -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