-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Lobotomy Corp Achivement Icons [testmerge whenever] (#2554)
Fix Lobotomy Corp Achivement Icons Fix achivements for lobotomy corp themed achivements and moves them into their own file.
- Loading branch information
1 parent
6debfdf
commit 7022e77
Showing
21 changed files
with
87 additions
and
78 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
|
||
//LC13 achivements | ||
/datum/award/achievement/lc13 | ||
category = "LobotomyCorp" | ||
|
||
/* | ||
* Possible Achivements | ||
/datum/award/achievement/lc13/dayfifty | ||
name = "Tree of Light" | ||
desc = "You witnessed the fruits of your labor." | ||
database_id = MEDAL_DAYFIFTY | ||
icon = "dayfifty" | ||
/datum/award/achievement/lc13/fullgifts | ||
name = "Part of Many" | ||
desc = "Have a Ego Gift in every slot, wings and special do not count." | ||
database_id = MEDAL_FULLGIFTS | ||
icon = "fullgifts" | ||
*/ | ||
/datum/award/achievement/lc13/lcorpworld | ||
name = "Job Well Done" | ||
desc = "One of your characters survived a full shift as a L corp employee." | ||
database_id = MEDAL_LCORPWORLD | ||
icon = "lcorp" | ||
|
||
/datum/award/achievement/lc13/scorpworld | ||
name = "A Shrimple Arrangement" | ||
desc = "One of your characters lived to be recruited by S corp." | ||
database_id = MEDAL_SCORPWORLD | ||
icon = "shrimp" | ||
|
||
//You cant really be in the room when apocabird dies so it might be better to check for this. | ||
/datum/award/achievement/lc13/twilight | ||
name = "Step into the Black Forest" | ||
desc = "End the shift forever marked by the the monster of the Black Forest." | ||
database_id = MEDAL_TWILIGHT | ||
icon = "twilight" | ||
|
||
//LC13 Bosses | ||
/datum/award/achievement/lc13/white_night | ||
name = "Atonement" | ||
desc = "Slay T-03-46 and prevent divine judgement." | ||
database_id = BOSS_MEDAL_WHITENIGHT | ||
icon = "whitenight" | ||
|
||
/datum/award/achievement/lc13/ambermidnight | ||
name = "Eternal Meal" | ||
desc = "Defend the facility from an insatiable swarm." | ||
database_id = BOSS_MEDAL_AMBERMIDNIGHT | ||
icon = "amber" | ||
|
||
/datum/award/achievement/lc13/greenmidnight | ||
name = "Last Helix" | ||
desc = "Save the facility from being cleansed." | ||
database_id = BOSS_MEDAL_GREENMIDNIGHT | ||
icon = "green" | ||
|
||
/datum/award/achievement/lc13/violetmidnight | ||
name = "The God Delusion" | ||
desc = "Defend the facility from an enigmatic force." | ||
database_id = BOSS_MEDAL_VIOLETMIDNIGHT | ||
icon = "violet" | ||
|
||
/datum/award/achievement/lc13/whitemidnight | ||
name = "The Claw" | ||
desc = "Relive the worst day of the founders life." | ||
database_id = BOSS_MEDAL_WHITEMIDNIGHT | ||
icon = "claw" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters