Skip to content

Commit

Permalink
Add missing reagent note if there is no ckey
Browse files Browse the repository at this point in the history
  • Loading branch information
Drulikar committed May 28, 2024
1 parent b4ec4bc commit 837ddd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/effects/effect_system/chemsmoke.dm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
msg_admin_niche("A chemical smoke reaction has taken place in ([whereLink])[contained]. Last associated key is [carry.my_atom.fingerprintslast].")
log_game("A chemical smoke reaction has taken place in ([where])[contained]. Last associated key is [carry.my_atom.fingerprintslast].")
else
msg_admin_niche("A chemical smoke reaction has taken place in ([whereLink]). No associated key.")
msg_admin_niche("A chemical smoke reaction has taken place in ([whereLink])[contained]. No associated key.")
log_game("A chemical smoke reaction has taken place in ([where])[contained]. No associated key.")


Expand Down

0 comments on commit 837ddd6

Please sign in to comment.