Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions code/datums/achievements/achievements.dm
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,8 @@
name = "I live again"
desc = "As a roboticist, create a cyborg"
id = 2

/datum/achievement/pa_emag //Should be hidden but that's not a thing yet
name = "Catastrophe"
desc = "Emag a Particle Accelerator"
id = 4
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
if(obj_flags & EMAGGED)
return
to_chat(user, "<span class='danger'>The laws of physics no longer apply in the future, god help you...</span>")
SSachievements.unlock_achievement(/datum/achievement/pa_emag, user.client)
do_sparks(5, 0, src)
obj_flags |= EMAGGED

Expand Down