Remove space between if and (

This commit is contained in:
mochi
2020-06-10 00:00:05 +02:00
parent 89eedce967
commit 657e78b7e0
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -432,7 +432,7 @@
/obj/item/grab/Destroy()
if(affecting)
if (!affecting.buckled)
if(!affecting.buckled)
affecting.pixel_x = 0
affecting.pixel_y = 0 //used to be an animate, not quick enough for del'ing
affecting.layer = initial(affecting.layer)