Freedom implants always have 5 uses

This commit is contained in:
Damian
2019-07-06 11:18:56 +02:00
parent 5a89ca6a0c
commit c36e8a2874

View File

@@ -5,12 +5,11 @@
desc = "Use this to escape from those evil Red Shirts."
_color = "r"
var/activation_emote = "chuckle"
var/uses = 1.0
var/uses = 5
/obj/item/weapon/implant/freedom/New()
src.activation_emote = pick("blink", "blink_r", "eyebrow", "chuckle", "twitch_s", "frown", "nod", "blush", "giggle", "grin", "groan", "shrug", "smile", "pale", "sniff", "whimper", "wink")
src.uses = rand(1, 5)
..()
return