Skip to content

Commit

Permalink
wow I can do this from my phone
Browse files Browse the repository at this point in the history
phone coding …

Co-authored-by: FalloutFalcon <[email protected]>
Signed-off-by: Ical <[email protected]>
  • Loading branch information
Ical92 and FalloutFalcon authored Jan 29, 2025
1 parent b299596 commit b02a301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/modules/autowiki/pages/ships.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
continue

var/size = "Unknown"
var/longest_dimension = (ship.width * ship.height)
switch(longest_dimension)
var/ship_area = (ship.width * ship.height)
switch(ship_area)
if(0 to 749)
size = "Small"
if(750 to 1249)
Expand Down

0 comments on commit b02a301

Please sign in to comment.