Skip to content

Commit

Permalink
correction
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaFire15 committed Jun 30, 2024
1 parent 301bcf4 commit 13445bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions code/__HELPERS/roundend.dm
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,10 @@
C?.give_award(/datum/award/achievement/misc/threekhours, C.mob)
if(hours > 4000)
C?.give_award(/datum/award/achievement/misc/fourkhours, C.mob)
//NSV13 - emergency repair achievement hook
if(C && GLOB.plating_repairers["[C.ckey]"] && GLOB.plating_repairers["[C.ckey]"] >= 200)
C.give_award(/datum/award/achievement/misc/emergency_repairs, C.mob)
//NSV13 end

CHECK_TICK

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@
update_icon()
if(state >= 11)
if(user && user.client)
INVOKE_ASYNC(user.client, TYPE_PROC_REF(/client, give_award), /datum/award/score/torpcount, user) //Score progression for bosses killed in general)
INVOKE_ASYNC(user.client, TYPE_PROC_REF(/client, give_award), /datum/award/score/torpcount, user)
new_torpedo(wh, gs, ps, iff)
return TRUE

Expand Down

0 comments on commit 13445bc

Please sign in to comment.