Morrowinventory Port (#75)

This commit is contained in:
SandPoot
2020-09-24 20:14:53 -03:00
committed by GitHub
parent 4af4a89bf0
commit 13834c4bef
90 changed files with 2610 additions and 148 deletions
+4 -1
View File
@@ -254,13 +254,16 @@
if(isnull(T.wear_suit) && isnull(T.w_uniform)) // who honestly puts all of their effort into tackling a naked guy?
defense_mod += 2
//skyrat edit
if(isnull(T.w_underwear) && isnull(T.w_socks) && isnull(T.w_shirt))
defense_mod += 1
//
if(suit_slot && (istype(suit_slot,/obj/item/clothing/suit/space/hardsuit)))
defense_mod += 1
if(T.is_shove_knockdown_blocked()) // riot armor and such
defense_mod += 5
if(T.is_holding_item_of_type(/obj/item/shield))
defense_mod += 2
if(islizard(T))
if(!T.getorganslot(ORGAN_SLOT_TAIL)) // lizards without tails are off-balance
defense_mod -= 1