Skip to content

Commit

Permalink
e
Browse files Browse the repository at this point in the history
Co-authored-by: PlayerUnknown14 <[email protected]>
  • Loading branch information
Explosi00N and PlayerUnknown14 authored Dec 10, 2024
1 parent 543bdbb commit 4204ba1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/mining/lavaland/loot/tendril_loot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
// basically we cannot put one bag in the storage if another one is already there
if(istype(I) && I.bag && I.bag == src && I.twin_storage && I.twin_storage.loc == src)
if(!stop_messages)
to_chat(usr, span_warning("И как ты собираешься это сделать?"))
balloon_alert(usr, "невозможно!")
return FALSE
return ..()

Expand Down

0 comments on commit 4204ba1

Please sign in to comment.