mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 06:22:26 +01:00
Adds the P’kus-3 (#15810)
This commit is contained in:
@@ -79,6 +79,10 @@
|
||||
var/obj/item/clothing/under/suit = H.w_uniform
|
||||
if((locate(/obj/item/clothing/accessory/hadii_pin) in suit.accessories) || (locate(/obj/item/clothing/accessory/badge/hadii_card) in suit.accessories))
|
||||
return FALSE
|
||||
if(ismech(L))
|
||||
var/mob/living/heavy_vehicle/M = L
|
||||
if(M.body && istype(M.body, /obj/item/mech_component/chassis/pra_egg))
|
||||
return FALSE
|
||||
|
||||
if(!L.stat)
|
||||
var/current_health = INFINITY
|
||||
|
||||
Reference in New Issue
Block a user