mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-08 16:31:55 +00:00
-Fix for facehuggers runtiming.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5310 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -462,12 +462,11 @@ Alien plants should do something if theres a lot of poison
|
||||
healthcheck()
|
||||
|
||||
/obj/effect/alien/egg/HasProximity(atom/movable/AM as mob|obj)
|
||||
if(!CanHug(AM))
|
||||
return
|
||||
if(status == GROWN && iscarbon(AM) && !isalien(AM))
|
||||
|
||||
if(status == GROWN)
|
||||
if(!CanHug(AM))
|
||||
return
|
||||
var/mob/living/carbon/C = AM
|
||||
if(C.stat == CONSCIOUS && C.has_disease(/datum/disease/alien_embryo))
|
||||
if(C.stat == CONSCIOUS && C.has_disease(new /datum/disease/alien_embryo(0)))
|
||||
return
|
||||
|
||||
status = BURST
|
||||
|
||||
Reference in New Issue
Block a user