Fixed compile errors.

This commit is contained in:
Fermi
2019-06-13 03:05:34 +01:00
parent 981c1644c9
commit eab52a51e6
6 changed files with 16 additions and 15 deletions
@@ -28,8 +28,8 @@
add_fingerprint(user)
return
. = ..()
if(. & COMPONENT_NO_INTERACT)
return
if(. & COMPONENT_NO_INTERACT)
return
var/I = user.get_active_held_item()
if(!I)
user.put_in_active_hand(src)
@@ -97,7 +97,7 @@
/obj/item/FermiChem/pHmeter/afterattack(atom/A, mob/user, proximity)
. = ..()
if(!istype(A, obj/item/reagent_containers))
if(!istype(A, /obj/item/reagent_containers))
return
var/obj/item/reagent_containers/cont = A
if(LAZYLEN(cont.reagents.reagent_list) == null)