mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 03:27:46 +01:00
Various updates and small fixes
Map updates, gateway tweak, and a few fixes for some mobs that were behaving stupidly.
This commit is contained in:
@@ -55,4 +55,4 @@
|
||||
custom_emote(1,"flaps and honks at [.]!")
|
||||
|
||||
/mob/living/simple_animal/hostile/goose/Process_Spacemove(var/check_drift = 0)
|
||||
return
|
||||
return 1 // No drifting in space!
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
|
||||
faction = "bee"
|
||||
|
||||
/mob/living/simple_animal/hostile/bee/vore/Process_Spacemove(var/check_drift = 0)
|
||||
/mob/living/simple_animal/hostile/bee/Process_Spacemove(var/check_drift = 0)
|
||||
return 1 //No drifting in space for space bee!
|
||||
|
||||
// Activate Noms!
|
||||
|
||||
Reference in New Issue
Block a user