excessive parenthesis wrapping.

This commit is contained in:
Ghommie
2019-06-02 18:29:43 +02:00
parent d6e54bf237
commit 73e279dada
+1 -1
View File
@@ -105,7 +105,7 @@
if(isturf(A))
return
if(istype(A,/obj/item/storage/lockbox) || istype(A, /obj/item/storage/pod)))
if(istype(A,/obj/item/storage/lockbox) || istype(A, /obj/item/storage/pod))
A.emag_act(user)
uses = max(uses - 1, 0)
if(!uses)