mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-23 13:05:44 +01:00
Bugfixes: constructs, simple animals falling down and airlock runtimes (#5380)
-fixes #5370 -fixes simple animals ignoring ladders and other things when falling down -fixes a runtime when forcing airlocks open
This commit is contained in:
@@ -197,8 +197,8 @@
|
||||
health_prefix = "artificer"
|
||||
response_harm = "viciously beaten"
|
||||
harm_intent_damage = 5
|
||||
melee_damage_lower = 5
|
||||
melee_damage_upper = 5
|
||||
melee_damage_lower = 10
|
||||
melee_damage_upper = 10
|
||||
attacktext = "rammed"
|
||||
speed = 0
|
||||
environment_smash = 1
|
||||
|
||||
@@ -668,8 +668,8 @@ mob/living/simple_animal/bullet_act(var/obj/item/projectile/Proj)
|
||||
/mob/living/simple_animal/can_fall()
|
||||
if (stat != DEAD && flying)
|
||||
return FALSE
|
||||
else
|
||||
return TRUE
|
||||
|
||||
return ..()
|
||||
|
||||
/mob/living/simple_animal/can_ztravel()
|
||||
if (stat != DEAD && flying)
|
||||
|
||||
Reference in New Issue
Block a user