mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 04:51:32 +01:00
Fixes borers and antag spawning. (#7917)
Fixed bughunt for real.
Bughunt now tries to spawn four mercenaries and two borers.
Added some more intro text to Renegade.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
// This borer is the worm that replaced the host's brain, not the brainworm latched onto a brain
|
||||
/obj/item/organ/borer
|
||||
/obj/item/organ/internal/borer
|
||||
name = "cortical borer"
|
||||
icon = 'icons/obj/objects.dmi'
|
||||
icon_state = "borer"
|
||||
@@ -8,7 +8,7 @@
|
||||
parent_organ = BP_HEAD
|
||||
vital = TRUE
|
||||
|
||||
/obj/item/organ/borer/removed(var/mob/living/user)
|
||||
/obj/item/organ/internal/borer/removed(var/mob/living/user)
|
||||
..()
|
||||
|
||||
var/mob/living/simple_animal/borer/B = owner.has_brain_worms()
|
||||
|
||||
Reference in New Issue
Block a user