Skip to content

Commit

Permalink
Update code/modules/clothing/under/ties.dm
Browse files Browse the repository at this point in the history
gotcha

Co-authored-by: Doubleumc <[email protected]>
  • Loading branch information
AmoryBlaine and Doubleumc authored Jul 19, 2024
1 parent 5bfffcd commit dc9a60f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/clothing/under/ties.dm
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@
/obj/item/clothing/accessory/poncho/on_removed(mob/living/user, obj/item/clothing/C)
if(!has_suit)
return
var/obj/item/clothing/suit/storage/marine/S = has_suit
var/obj/item/clothing/suit/storage/marine/suit = has_suit
S.armor_overlays -= "poncho"

Check failure on line 431 in code/modules/clothing/under/ties.dm

View workflow job for this annotation

GitHub Actions / Run Linters

undefined var: "S"

Check warning on line 431 in code/modules/clothing/under/ties.dm

View workflow job for this annotation

GitHub Actions / Run Linters

field access requires static type: "armor_overlays"
. = ..()

Expand Down

0 comments on commit dc9a60f

Please sign in to comment.