Merge pull request #2 from Citadel-Station-13/master

master hardsync
This commit is contained in:
DeltaFire15
2019-11-10 18:04:53 +01:00
committed by GitHub
2 changed files with 9 additions and 5 deletions
+5 -5
View File
@@ -112,14 +112,14 @@
/mob/proc/get_leg_ignore()
return FALSE
/mob/living/carbon/alien/larva/get_leg_ignore()
return TRUE
/mob/living/carbon/human/get_leg_ignore()
if(movement_type & FLYING|FLOATING)
/mob/living/carbon/get_leg_ignore()
if(movement_type & (FLYING|FLOATING))
return TRUE
return FALSE
/mob/living/carbon/alien/larva/get_leg_ignore()
return TRUE
/mob/living/proc/get_missing_limbs()
return list()
@@ -0,0 +1,4 @@
author: "Ghommie"
delete-after: True
changes:
- bugfix: "Fixed free real estate paraplegic trait and bolas."