Skip to content

Commit

Permalink
fixed I guess
Browse files Browse the repository at this point in the history
  • Loading branch information
wraith-54321 committed May 30, 2024
1 parent 089e0a6 commit b259722
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
return ..()

stored_credits += weapon.get_item_credit_value()
balloon_alert("You insert \the [weapon] into [src].")
balloon_alert(user, "You insert \the [weapon] into [src].")
qdel(weapon)
if(stored_credits >= DESIRED_THREAT_PER_PROCESS * CREDITS_PER_THREAT)
begin_processing()
Expand Down
3 changes: 2 additions & 1 deletion tgui/packages/tgui/interfaces/AntagInfoGang.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@ const MainPage = (props: any, context: any) => {
be found in the "Other info" section. Additional
implants can be created in the gang fabrcator. Be warned that if
your implant is ever removed you will lose your gang
afilliation.
afilliation. People with mindshields are also immune to
induction.
</span>
</Stack.Item>
</Stack>
Expand Down

0 comments on commit b259722

Please sign in to comment.