diff --git a/modular_ss220/antagonists/code/guns/biogun.dm b/modular_ss220/antagonists/code/guns/biogun.dm index 7b4d42977752..2d4c92182253 100644 --- a/modular_ss220/antagonists/code/guns/biogun.dm +++ b/modular_ss220/antagonists/code/guns/biogun.dm @@ -31,8 +31,9 @@ /obj/item/gun/throw/biogun/notify_ammo_count() var/amount = get_ammocount() if(get_ammocount() >= 1) - return "[src] заряжен [amount]/[max_capacity]." - return "[src] разряжен." + return span_notice("[src] заряжен [amount]/[max_capacity].") + return span_notice("[src] разряжен.") + // ============== Существа ============== diff --git a/modular_ss220/antagonists/code/guns/biogun_ammo.dm b/modular_ss220/antagonists/code/guns/biogun_ammo.dm index 96893afff0bc..ba7037f9ba31 100644 --- a/modular_ss220/antagonists/code/guns/biogun_ammo.dm +++ b/modular_ss220/antagonists/code/guns/biogun_ammo.dm @@ -24,10 +24,6 @@ throwforce = 20 w_class = WEIGHT_CLASS_NORMAL - -/obj/item/biocore/Initialize(mapload) - . = ..() - /obj/item/biocore/throw_at(atom/target, range, speed, mob/thrower, spin=1, diagonals_first = 0, datum/callback/callback) playsound(loc,'sound/weapons/bolathrow.ogg', 50, TRUE) if(is_spin) @@ -60,7 +56,9 @@ var/mob/living/L = hit_atom L.apply_effects(stun, weaken, knockdown, paralyze, irradiate, slur, stutter, eyeblur, drowsy, 0, stamina, jitter) + // ============== Ядра ============== + /obj/item/biocore/viscerator name = "biocore (viscerator)" spawn_amount = 3