mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
I forgot to add an achievement for getting pda bombed. (#62948)
Co-authored-by: Kylerace <kylerlumpkin1@gmail.com>
This commit is contained in:
@@ -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 |
Reference in New Issue
Block a user