Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit de554d3

Browse files
committed
Revert "Adds Catastrophe achievement"
This reverts commit 6889f2d.
1 parent 6889f2d commit de554d3

2 files changed

Lines changed: 0 additions & 6 deletions

File tree

code/datums/achievements/achievements.dm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,3 @@
1212
name = "I live again"
1313
desc = "As a roboticist, create a cyborg"
1414
id = 2
15-
16-
/datum/achievement/pa_emag //Should be hidden but that's not a thing yet
17-
name = "Catastrophe"
18-
desc = "Emag a Particle Accelerator"
19-
id = 4

yogstation/code/modules/power/singularity/particle_accelerator/particle_control.dm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
if(obj_flags & EMAGGED)
66
return
77
to_chat(user, "<span class='danger'>The laws of physics no longer apply in the future, god help you...</span>")
8-
SSachievements.unlock_achievement(/datum/achievement/pa_emag, user.client)
98
do_sparks(5, 0, src)
109
obj_flags |= EMAGGED
1110

0 commit comments

Comments
 (0)