Big Ol' Balloon Bombardment (#10734)

This was totally worth it.
This commit is contained in:
Wowzewow (Wezzy)
2020-12-10 00:54:34 -03:00
committed by GitHub
parent 4caa4a60b8
commit 758c05cc83
17 changed files with 278 additions and 92 deletions
+3 -3
View File
@@ -150,9 +150,9 @@ obj/item/organ/vaurca/neuralsocket/process()
else
to_chat(user, "<span class='notice'>Tank is empty!</span>")
src.add_fingerprint(user)
else if (istype(W,/obj/item/latexballon))
var/obj/item/latexballon/LB = W
LB.blow(src)
else if (istype(W,/obj/item/toy/balloon))
var/obj/item/toy/balloon/B = W
B.blow(src)
src.add_fingerprint(user)
/obj/item/organ/vaurca/preserve/attack_self(mob/user as mob)