mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 19:52:40 +00:00
Merge branch 'master' into dev
Conflicts: code/modules/virus2/effect.dm
This commit is contained in:
@@ -48,6 +48,22 @@
|
|||||||
proc/deactivate(var/mob/living/carbon/mob)
|
proc/deactivate(var/mob/living/carbon/mob)
|
||||||
|
|
||||||
////////////////////////SPECIAL/////////////////////////////////
|
////////////////////////SPECIAL/////////////////////////////////
|
||||||
|
/*/datum/disease2/effect/alien
|
||||||
|
name = "Unidentified Foreign Body"
|
||||||
|
stage = 4
|
||||||
|
activate(var/mob/living/carbon/mob,var/multiplier)
|
||||||
|
mob << "\red You feel something tearing its way out of your stomach..."
|
||||||
|
mob.adjustToxLoss(10)
|
||||||
|
mob.updatehealth()
|
||||||
|
if(prob(40))
|
||||||
|
if(mob.client)
|
||||||
|
mob.client.mob = new/mob/living/carbon/alien/larva(mob.loc)
|
||||||
|
else
|
||||||
|
new/mob/living/carbon/alien/larva(mob.loc)
|
||||||
|
var/datum/disease2/disease/D = mob:virus2
|
||||||
|
mob:gib()
|
||||||
|
del D*/
|
||||||
|
|
||||||
/datum/disease2/effect/invisible
|
/datum/disease2/effect/invisible
|
||||||
name = "Waiting Syndrome"
|
name = "Waiting Syndrome"
|
||||||
stage = 1
|
stage = 1
|
||||||
|
|||||||
Reference in New Issue
Block a user