mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
[MIRROR] Makes dog a basic mob [MDB IGNORE] [MDB IGNORE] (#17930)
* Makes dog a basic mob [MDB IGNORE] * conflict * map updatepaths * minor banana spider improvement * unnecessary SR edit, minor path stuff * chadian, borgi * tram conflict * fixes after testing Co-authored-by: Tastyfish <crazychris32@gmail.com>
This commit is contained in:
@@ -264,7 +264,7 @@
|
||||
for(var/t in bodyparts) //this really should not be necessary
|
||||
qdel(t)
|
||||
|
||||
var/mob/living/simple_animal/pet/dog/corgi/new_corgi = new /mob/living/simple_animal/pet/dog/corgi (loc)
|
||||
var/mob/living/basic/pet/dog/corgi/new_corgi = new /mob/living/basic/pet/dog/corgi (loc)
|
||||
new_corgi.set_combat_mode(TRUE)
|
||||
new_corgi.key = key
|
||||
|
||||
@@ -368,7 +368,7 @@
|
||||
//Good mobs!
|
||||
if(ispath(MP, /mob/living/simple_animal/pet/cat))
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/simple_animal/pet/dog/corgi))
|
||||
if(ispath(MP, /mob/living/basic/pet/dog/corgi))
|
||||
return TRUE
|
||||
if(ispath(MP, /mob/living/simple_animal/crab))
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user