Skip to content

Commit

Permalink
fix balloon alert lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tattle committed Dec 30, 2022
1 parent de230c7 commit 1a35bfc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/objects/structures/mirror.dm
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ MAPPING_DIRECTIONAL_HELPERS(/obj/structure/mirror, 28)
if(!I.tool_start_check(user, amount=0))
return TRUE

user.balloon_alert("repairing...")
user.balloon_alert(user, "repairing...")
if(I.use_tool(src, user, 10, volume=50))
user.balloon_alert(user, "repaired")
broken = 0
Expand Down
2 changes: 2 additions & 0 deletions tgstation.dme
Original file line number Diff line number Diff line change
Expand Up @@ -986,8 +986,10 @@
#include "code\datums\components\crafting\melee_weapon.dm"
#include "code\datums\components\crafting\misc.dm"
#include "code\datums\components\crafting\ranged_weapon.dm"
#include "code\datums\components\crafting\robot.dm"
#include "code\datums\components\crafting\structures.dm"
#include "code\datums\components\crafting\tailoring.dm"
#include "code\datums\components\crafting\tiles.dm"
#include "code\datums\components\crafting\tools.dm"
#include "code\datums\components\crafting\weapon_ammo.dm"
#include "code\datums\components\fantasy\_fantasy.dm"
Expand Down

0 comments on commit 1a35bfc

Please sign in to comment.