sex
This commit is contained in:
@@ -71,7 +71,7 @@ Difficulty: Hard
|
|||||||
desc = "You're not quite sure how a signal can be bloody."
|
desc = "You're not quite sure how a signal can be bloody."
|
||||||
invisibility = 100
|
invisibility = 100
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/adjustBruteLoss(amount, updating_health = TRUE, forced = FALSE)
|
/mob/living/simple_animal/hostile/megafauna/bubblegum/adjustBruteLoss(amount, updating_health = TRUE, forced = FALSE, only_robotic = FALSE, only_organic = TRUE)
|
||||||
. = ..()
|
. = ..()
|
||||||
if(. > 0 && prob(25))
|
if(. > 0 && prob(25))
|
||||||
var/obj/effect/decal/cleanable/blood/gibs/bubblegum/B = new /obj/effect/decal/cleanable/blood/gibs/bubblegum(loc)
|
var/obj/effect/decal/cleanable/blood/gibs/bubblegum/B = new /obj/effect/decal/cleanable/blood/gibs/bubblegum(loc)
|
||||||
@@ -473,7 +473,7 @@ Difficulty: Hard
|
|||||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/hallucination/Life()
|
/mob/living/simple_animal/hostile/megafauna/bubblegum/hallucination/Life()
|
||||||
return
|
return
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/hallucination/adjustBruteLoss(amount, updating_health = TRUE, forced = FALSE)
|
/mob/living/simple_animal/hostile/megafauna/bubblegum/hallucination/adjustBruteLoss(amount, updating_health = TRUE, forced = FALSE, only_robotic = FALSE, only_organic = TRUE)
|
||||||
return
|
return
|
||||||
|
|
||||||
/mob/living/simple_animal/hostile/megafauna/bubblegum/hallucination/OpenFire()
|
/mob/living/simple_animal/hostile/megafauna/bubblegum/hallucination/OpenFire()
|
||||||
|
|||||||
Reference in New Issue
Block a user