Skip to content

Commit

Permalink
You can acid things on surfaces with alt click again
Browse files Browse the repository at this point in the history
  • Loading branch information
TeDGamer committed Sep 28, 2023
1 parent d04af39 commit 941562b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
if(!check_plasma(plasma_cost))
return

if(!O.Adjacent(src) || (I && !isturf(I.loc)))//not adjacent or inside something
if(!O.Adjacent(src) || (I && !isturf(I.loc) && !issurface(I.loc)))//not adjacent or inside something
if(istype(O,/obj/item/explosive/plastic))
var/obj/item/explosive/plastic/E = O
if(E.plant_target && !E.plant_target.Adjacent(src))
Expand Down

0 comments on commit 941562b

Please sign in to comment.