Fix typo in Equipment tutorial
This commit is contained in:
parent
1c8337ff69
commit
0acfbe82b4
1 changed files with 1 additions and 1 deletions
|
|
@ -216,7 +216,7 @@ class EquipmentHandler:
|
||||||
size = obj.size
|
size = obj.size
|
||||||
max_slots = self.max_slots
|
max_slots = self.max_slots
|
||||||
current_slot_usage = self.count_slots()
|
current_slot_usage = self.count_slots()
|
||||||
return current_slot_usage + size <= max_slots:
|
return current_slot_usage + size <= max_slots
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue