Made bat part of previous bat type.

This commit is contained in:
Fermi
2019-07-19 22:57:22 +01:00
parent 75d6768ba7
commit e5648fd471
4 changed files with 11 additions and 44 deletions
+1 -1
View File
@@ -1208,7 +1208,7 @@
righthand_file = 'icons/mob/inhands/equipment/medical_righthand.dmi'
/obj/item/secbat/attack_self(mob/user)
new /mob/living/simple_animal/bat/secbat(user.loc)
new /mob/living/simple_animal/hostile/retaliate/bat/secbat(user.loc)
to_chat(user, "<span class='notice'>You open the box, releasing the secbat!</span>")
var/obj/item/I = new /obj/item/stack/sheet/cardboard
qdel(src)