From 35fb3ee6c2bead25cd7483a49ccf81081caa1f1f Mon Sep 17 00:00:00 2001 From: Nicaragua Date: Sun, 27 Jan 2019 05:40:03 -0300 Subject: [PATCH] toy was droping real eswords woops --- code/modules/mob/living/simple_animal/bot/griefsky.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/modules/mob/living/simple_animal/bot/griefsky.dm b/code/modules/mob/living/simple_animal/bot/griefsky.dm index 43c520f8f8d..35474bd0d85 100644 --- a/code/modules/mob/living/simple_animal/bot/griefsky.dm +++ b/code/modules/mob/living/simple_animal/bot/griefsky.dm @@ -68,7 +68,7 @@ window_name = "Automatic Security Unit v7.0" health = 100 maxHealth = 100 - weapon = /obj/item/pen/edagger + weapon = /obj/item/melee/toy/sword /mob/living/simple_animal/bot/griefsky/griefsky/toy //A toy version of general griefsky! name = "Genewul Bweepskee" @@ -82,6 +82,7 @@ block_chance_ranged = 0 stun_chance = 0 bot_core_type = /obj/machinery/bot_core/toy + weapon = /mob/living/simple_animal/bot/griefsky/turn_on() ..()