I forgot to add an achievement for getting pda bombed. (#62948)

Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
Ghom
2021-11-27 12:18:48 -08:00
committed by GitHub
co-authored by Kylerace
parent b68f7694c6
commit 89baf9ffc7
4 changed files with 9 additions and 0 deletions
+1
View File
@@ -36,6 +36,7 @@
#define MEDAL_CAYENNE_DISK "Very Important Piscis"
#define MEDAL_TRAM_SURFER "Tram Surfer"
#define MEDAL_CULT_SHUTTLE_OMFG "WHAT JUST HAPPENED"
#define MEDAL_CLICKBAIT "Clickbait"
//Skill medal hub IDs
#define MEDAL_LEGENDARY_MINER "Legendary Miner"
@@ -180,3 +180,9 @@
desc = "As a blood cultist, be part of a team that summons 3 shuttle curses within 10 seconds. Imagine cleaning up after them, g r o s s!"
database_id = MEDAL_CULT_SHUTTLE_OMFG
icon = "cult_shuttle_omfg"
/datum/award/achievement/misc/clickbait
name = "Clickbait"
desc = "Where's my free smartphone?!?"
database_id = MEDAL_CLICKBAIT
icon = "bait"
@@ -1170,6 +1170,8 @@ GLOBAL_LIST_EMPTY(PDAs)
else
visible_message(span_danger("[src] explodes!"), span_warning("You hear a loud *pop*!"))
target.client?.give_award(/datum/award/achievement/misc/clickbait, target)
if(T)
T.hotspot_expose(700,125)
if(istype(cartridge, /obj/item/cartridge/virus/syndicate))
Binary file not shown.

Before

Width:  |  Height:  |  Size: 189 KiB

After

Width:  |  Height:  |  Size: 190 KiB