made autoinjectors visible again, fixed medibot construction, fixed tajaran ears while lying down

Signed-off-by: Cael_Aislinn <cael_aislinn@yahoo.com.au>
This commit is contained in:
Cael_Aislinn
2012-11-15 21:02:04 +10:00
parent 5a94821e86
commit addb95137c
3 changed files with 10 additions and 7 deletions
+9 -6
View File
@@ -512,13 +512,16 @@
else if(istype(src,/obj/item/weapon/storage/firstaid/adv))
A.skin = "adv"
A.loc = user
if (user.r_hand == S)
user.u_equip(S)
user.r_hand = A
//A.loc = user
if(src.loc == user)
if (user.r_hand == S)
user.u_equip(S)
user.equip_to_slot_if_possible(A, slot_r_hand)
else
user.u_equip(S)
user.equip_to_slot_if_possible(A, slot_l_hand)
else
user.u_equip(S)
user.l_hand = A
A.loc = src.loc
A.layer = 20
user << "You add the robot arm to the first aid kit"
del(S)
@@ -55,7 +55,7 @@
/obj/item/weapon/reagent_containers/hypospray/autoinjector
name = "autoinjector"
desc = "A rapid and safe way to administer small amounts of drugs by untrained or trained personnel."
icon_state = "autoinjector1"
icon_state = "autoinjector"
item_state = "autoinjector"
amount_per_transfer_from_this = 5
volume = 5
Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB