Skip to content

Commit

Permalink
please god stop vending machining me (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Wallemations authored Mar 6, 2024
1 parent 66f6d73 commit 956a01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/cargo/coupon.dm
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
to_chat(cursed, span_warning("The coupon reads '<b>fuck you</b>' in large, bold text... is- is that a prize, or?"))

if(!cursed.GetComponent(/datum/component/omen))
cursed.AddComponent(/datum/component/omen)
cursed.AddComponent(/datum/component/omen, 1) // NON-MODULE CHANGE: Cigarette Omen Fix
return TRUE
if(HAS_TRAIT(cursed, TRAIT_CURSED))
to_chat(cursed, span_warning("What a horrible night... To have a curse!"))
Expand Down

0 comments on commit 956a01d

Please sign in to comment.