Merge branch 'master' into shep-dev-upstream-screenport

This commit is contained in:
Rykka Stormheart
2020-05-30 06:54:08 -04:00
committed by GitHub
392 changed files with 2445 additions and 2293 deletions
+1 -1
View File
@@ -241,6 +241,6 @@
if (prob(fail_prob))
var/obj/item/weapon/implant/imp = affected.implants[1]
user.visible_message("<span class='danger'> Something beeps inside [target]'s [affected.name]!</span>")
playsound(imp.loc, 'sound/items/countdown.ogg', 75, 1, -3)
playsound(imp, 'sound/items/countdown.ogg', 75, 1, -3)
spawn(25)
imp.activate()