mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
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
|
||||
max_slots = self.max_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