Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.
Merged
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
9 changes: 8 additions & 1 deletion yogstation/code/game/objects/items/cards_ids.dm
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@
var/otherEmag = user.get_active_held_item()
if(!otherEmag)
return
if(prob(10))
to_chat(user, "<span class='notice'>By some ungodly miracle, the emag gains new functionality instead of being destroyed.</span>")
playsound(src.loc, "sparks", 50, 1)
qdel(otherEmag)
color = rgb(40, 130, 255)
prox_check = FALSE
return
to_chat(user, "<span class='notice'>The cyptographic sequencers attempt to override each other before destroying themselves.</span>")
playsound(src.loc, "sparks", 50, 1)
qdel(otherEmag)
Expand All @@ -82,4 +89,4 @@

/obj/item/card/id/gasclerk/New()
..()
registered_account = new("Clerk", FALSE)
registered_account = new("Clerk", FALSE)