mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-26 14:47:50 +01:00
[MIRROR] Space Ghost and SD Mining spawn tweaks (#9568)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
This commit is contained in:
co-authored by
Heroman3003
parent
238f91970e
commit
3fe0b5d5f3
@@ -99,7 +99,8 @@
|
||||
|
||||
/mob/living/simple_mob/vore/alienanimals/space_ghost/apply_melee_effects(var/atom/A)
|
||||
var/mob/living/L = A
|
||||
L.hallucination += 50
|
||||
if(L.hallucination <= 100)
|
||||
L.hallucination += rand(1,10)
|
||||
|
||||
/mob/living/simple_mob/vore/alienanimals/space_ghost/shoot(atom/A) //We're shooting ghosts at people and need them to have the same faction as their parent, okay?
|
||||
if(!projectiletype)
|
||||
@@ -211,7 +212,8 @@
|
||||
/mob/living/simple_mob/vore/alienanimals/spooky_ghost/apply_melee_effects(var/atom/A)
|
||||
var/mob/living/L = A
|
||||
if(L && istype(L))
|
||||
L.hallucination += rand(1,50)
|
||||
if(L.hallucination <= 100)
|
||||
L.hallucination += rand(1,10)
|
||||
|
||||
/mob/living/simple_mob/vore/alienanimals/spooky_ghost/Life()
|
||||
. = ..()
|
||||
|
||||
@@ -19,11 +19,13 @@
|
||||
prob_fall = 40
|
||||
//guard = 20
|
||||
mobs_to_pick_from = list(
|
||||
/mob/living/simple_mob/animal/space/bats = 10,
|
||||
/mob/living/simple_mob/vore/alienanimals/space_jellyfish = 15,
|
||||
/mob/living/simple_mob/vore/alienanimals/startreader = 15,
|
||||
/mob/living/simple_mob/vore/alienanimals/space_ghost = 6,
|
||||
/mob/living/simple_mob/vore/alienanimals/space_jellyfish = 1,
|
||||
/mob/living/simple_mob/vore/alienanimals/startreader = 3,
|
||||
/mob/living/simple_mob/vore/alienanimals/space_ghost = 2,
|
||||
/mob/living/simple_mob/vore/oregrub = 1,
|
||||
/mob/living/simple_mob/animal/space/ray = 10,
|
||||
/mob/living/simple_mob/animal/space/bats = 10,
|
||||
/mob/living/simple_mob/animal/space/gnat = 15,
|
||||
/mob/living/simple_mob/animal/space/carp = 3,
|
||||
/mob/living/simple_mob/animal/space/carp/large = 1,
|
||||
/mob/living/simple_mob/animal/space/carp/large/huge = 1
|
||||
|
||||
Reference in New Issue
Block a user