Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Greenjoe12345 committed Jul 24, 2023
1 parent 026a6e7 commit 08c2090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/game/objects/items/weapons/storage/backpack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
pickup_sound = 'sound/items/pickup/backpack.ogg'
var/list/species_restricted = null

/obj/item/storage/backpack/mob_can_equip(M as mob, slot, disable_warning = FALSE)
/obj/item/storage/backpack/mob_can_equip(M, slot, disable_warning = FALSE)

//if we can't equip the item anyway, don't bother with species_restricted (cuts down on spam)
if (!..())
Expand Down
2 changes: 1 addition & 1 deletion code/modules/clothing/under/accessories/xeno/teshari.dm
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/obj/item/clothing/accessory/scarf/teshari/neckscarf
name = "small neckscarf"
desc = "a neckscarf that is too small for a human's neck"
desc = "A neckscarf that is too small for a human's neck"
icon_state = "tesh_neckscarf"
species_restricted = list(SPECIES_TESHARI)

Expand Down

0 comments on commit 08c2090

Please sign in to comment.