mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
[MIRROR] Prot rig up port (#9585)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
ce12ae569f
commit
9d1fa79b33
@@ -206,7 +206,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
name = "Corgi Lazy Spawner"
|
||||
desc = "This is a proof of concept, not sure why you would use this one"
|
||||
spawn_delay = 3 MINUTES
|
||||
mob_faction = "Corgi"
|
||||
mob_faction = FACTION_CORGI
|
||||
spawn_types = list(
|
||||
/mob/living/simple_mob/animal/passive/dog/corgi = 75,
|
||||
/mob/living/simple_mob/animal/passive/dog/corgi/puppy = 50
|
||||
@@ -223,7 +223,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
spawn_delay = 10 MINUTES
|
||||
range = 10
|
||||
simultaneous_spawns = 1
|
||||
mob_faction = "wild animal"
|
||||
mob_faction = FACTION_WILD_ANIMAL
|
||||
total_spawns = -1
|
||||
destructible = 0
|
||||
anchored = TRUE
|
||||
@@ -240,7 +240,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
spawn_delay = 10 MINUTES
|
||||
range = 10
|
||||
simultaneous_spawns = 1
|
||||
mob_faction = "xeno"
|
||||
mob_faction = FACTION_XENO
|
||||
total_spawns = -1
|
||||
destructible = 1
|
||||
health = 50
|
||||
@@ -259,7 +259,7 @@ It also makes it so a ghost wont know where all the goodies/mobs are.
|
||||
spawn_delay = 10 MINUTES
|
||||
range = 10
|
||||
simultaneous_spawns = 1
|
||||
mob_faction = "xeno"
|
||||
mob_faction = FACTION_XENO
|
||||
total_spawns = 1
|
||||
destructible = 1
|
||||
health = 50
|
||||
|
||||
@@ -174,7 +174,7 @@
|
||||
|
||||
overwrite_hostility = 1
|
||||
|
||||
mob_faction = "malf_drone"
|
||||
mob_faction = FACTION_MALF_DRONE
|
||||
mob_returns_home = 1
|
||||
mob_wander = 1
|
||||
mob_wander_distance = 5
|
||||
@@ -203,7 +203,7 @@
|
||||
|
||||
overwrite_hostility = 1
|
||||
|
||||
mob_faction = "malf_drone"
|
||||
mob_faction = FACTION_MALF_DRONE
|
||||
mob_returns_home = 1
|
||||
mob_wander = 1
|
||||
mob_wander_distance = 5
|
||||
@@ -220,7 +220,7 @@
|
||||
desc = "This is a random hivebot."
|
||||
icon_state = "robot"
|
||||
|
||||
mob_faction = "hivebot"
|
||||
mob_faction = FACTION_HIVEBOT
|
||||
|
||||
/obj/random/mob/robotic/hivebot/item_to_spawn()
|
||||
return pick(prob(10);/mob/living/simple_mob/mechanical/hivebot,
|
||||
@@ -292,7 +292,7 @@
|
||||
desc = "This is a random PoI mercenary."
|
||||
icon_state = "humanoid"
|
||||
|
||||
mob_faction = "syndicate"
|
||||
mob_faction = FACTION_SYNDICATE
|
||||
mob_returns_home = 1
|
||||
mob_wander_distance = 7 // People like to wander, and these people probably have a lot of stuff to guard.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user