Skip to content

Commit

Permalink
qol: fixing inventory cells for silicons (#3700)
Browse files Browse the repository at this point in the history
  • Loading branch information
PlayTheGoat authored Oct 17, 2023
1 parent 54568cd commit 24a85b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions code/_onclick/hud/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -252,10 +252,10 @@
A.layer = ABOVE_HUD_LAYER
A.plane = ABOVE_HUD_PLANE

x++
if(x == 4)
x = -4
y++
x++
if(x == 4)
x = -4
y++

else
//Modules display is hidden
Expand Down

0 comments on commit 24a85b9

Please sign in to comment.