is it a bug when I define this but it shows all the mobs?
if not then why define /munkeys if it does all mobs?
ID:172647
Apr 13 2004, 11:31 am
|
|
Apr 13 2004, 11:40 am
|
|
for(var/mob/munkeys/M in world) will only cycle through types of mobs in the game that a munkeys. It should not be doing what ever is supposed to happen to munkeys, to normal mobs.
|