mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 01:00:59 +01:00
[MIRROR] Maint Pred Availability (#8200)
Co-authored-by: SatinIsle <98125273+SatinIsle@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
co-authored by
SatinIsle
CHOMPStation2
parent
c8bcc8e993
commit
3cc86ae5ad
@@ -1021,6 +1021,7 @@ var/global/list/semirandom_mob_spawner_decisions = list()
|
||||
overwrite_hostility = 1
|
||||
mob_hostile = 0
|
||||
mob_retaliate = 0
|
||||
mob_ghostjoin = 25 //25% chance to be ghost joinable
|
||||
|
||||
/obj/random/mob/semirandom_mob_spawner/vore/passive/b
|
||||
mob_faction = "pasvoreb"
|
||||
@@ -1033,6 +1034,7 @@ var/global/list/semirandom_mob_spawner_decisions = list()
|
||||
overwrite_hostility = 1
|
||||
mob_hostile = 0
|
||||
mob_retaliate = 1
|
||||
mob_ghostjoin = 25 //25% chance to be ghost joinable
|
||||
|
||||
/obj/random/mob/semirandom_mob_spawner/vore/retaliate/b
|
||||
mob_faction = "retvoreb"
|
||||
|
||||
Reference in New Issue
Block a user