|
250 | 250 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
251 | 251 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
252 | 252 |
|
| 253 | +/datum/equipment_preset/unsc/pfc/equipped/load_status(mob/living/carbon/human/new_human) |
| 254 | + new_human.nutrition = NUTRITION_HIGH |
| 255 | + |
253 | 256 | //weapon spec (sniper)
|
254 | 257 | /datum/equipment_preset/unsc/spec/equipped_sniper
|
255 | 258 | name = parent_type::name + " (Sniper, Equipped)"
|
|
289 | 292 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
290 | 293 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
291 | 294 |
|
| 295 | +/datum/equipment_preset/unsc/spec/equipped_sniper/load_status(mob/living/carbon/human/new_human) |
| 296 | + new_human.nutrition = NUTRITION_HIGH |
| 297 | + |
292 | 298 | //weapon spec (spnkr)
|
293 | 299 | /datum/equipment_preset/unsc/spec/equipped_spnkr
|
294 | 300 | name = parent_type::name + " (SPNKr, Equipped)"
|
|
326 | 332 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
327 | 333 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
328 | 334 |
|
| 335 | +/datum/equipment_preset/unsc/spec/equipped_spnkr/load_status(mob/living/carbon/human/new_human) |
| 336 | + new_human.nutrition = NUTRITION_HIGH |
| 337 | + |
329 | 338 | //hospital corpsman
|
330 | 339 | /datum/equipment_preset/unsc/medic/equipped
|
331 | 340 | name = parent_type::name + " (Equipped)"
|
|
365 | 374 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
366 | 375 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
367 | 376 |
|
| 377 | +/datum/equipment_preset/unsc/medic/equipped/load_status(mob/living/carbon/human/new_human) |
| 378 | + new_human.nutrition = NUTRITION_HIGH |
| 379 | + |
368 | 380 | //rto
|
369 | 381 | /datum/equipment_preset/unsc/rto/equipped
|
370 | 382 | name = parent_type::name + " (Equipped)"
|
|
408 | 420 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
409 | 421 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
410 | 422 |
|
| 423 | +/datum/equipment_preset/unsc/rto/equipped/load_status(mob/living/carbon/human/new_human) |
| 424 | + new_human.nutrition = NUTRITION_HIGH |
| 425 | + |
411 | 426 | //fireteam leader
|
412 | 427 | /datum/equipment_preset/unsc/tl/equipped
|
413 | 428 | name = parent_type::name + " (Equipped)"
|
|
451 | 466 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
452 | 467 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
453 | 468 |
|
| 469 | +/datum/equipment_preset/unsc/tl/equipped/load_status(mob/living/carbon/human/new_human) |
| 470 | + new_human.nutrition = NUTRITION_HIGH |
| 471 | + |
454 | 472 | //squad leader
|
455 | 473 |
|
456 | 474 | /datum/equipment_preset/unsc/leader/equipped
|
|
498 | 516 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
499 | 517 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
500 | 518 |
|
501 |
| -/datum/equipment_preset/unsc/leader/equipped |
502 |
| - name = parent_type::name + " (Equipped)" |
503 |
| - |
504 |
| -/datum/equipment_preset/unsc/leader/equipped/load_gear(mob/living/carbon/human/new_human) |
505 |
| - new_human.undershirt = "Marine Undershirt" |
506 |
| - new_human.underwear = "Marine Boxers" |
507 |
| - //back |
508 |
| - new_human.equip_to_slot_or_del(new /obj/item/storage/backpack/marine/satchel/unsc(new_human), WEAR_BACK) |
509 |
| - new_human.equip_to_slot_or_del(new /obj/item/storage/box/MRE(new_human), WEAR_IN_BACK) |
510 |
| - new_human.equip_to_slot_or_del(new /obj/item/storage/box/m94/signal(new_human), WEAR_IN_BACK) |
511 |
| - new_human.equip_to_slot_or_del(new /obj/item/device/binoculars/range/designator/sergeant(new_human), WEAR_IN_BACK) |
512 |
| - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/halo/m6c(new_human), WEAR_IN_BACK) |
513 |
| - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/pistol/halo/m6c(new_human), WEAR_IN_BACK) |
514 |
| - //face |
515 |
| - new_human.equip_to_slot_or_del(new /obj/item/device/radio/headset/almayer/marine/solardevils/foxtrot(new_human), WEAR_L_EAR) |
516 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/glasses/sunglasses/big/unsc(new_human), WEAR_EYES) |
517 |
| - //head |
518 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/marine/unsc(new_human), WEAR_HEAD) |
519 |
| - //uniform |
520 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/under/marine(new_human), WEAR_BODY) |
521 |
| - //jacket |
522 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/suit/marine/unsc(new_human), WEAR_JACKET) |
523 |
| - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/rifle/halo/br55(new_human), WEAR_J_STORE) |
524 |
| - //accessories |
525 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/pads(new_human), WEAR_ACCESSORY) |
526 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/pads/greaves(new_human), WEAR_ACCESSORY) |
527 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/accessory/storage/webbing/m52b/grenade/m9_frag(new_human), WEAR_ACCESSORY) |
528 |
| - //waist |
529 |
| - new_human.equip_to_slot_or_del(new /obj/item/storage/belt/marine(new_human), WEAR_WAIST) |
530 |
| - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/halo/br55(new_human), WEAR_IN_BELT) |
531 |
| - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/halo/br55(new_human), WEAR_IN_BELT) |
532 |
| - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/halo/br55(new_human), WEAR_IN_BELT) |
533 |
| - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/halo/br55(new_human), WEAR_IN_BELT) |
534 |
| - new_human.equip_to_slot_or_del(new /obj/item/ammo_magazine/rifle/halo/br55(new_human), WEAR_IN_BELT) |
535 |
| - //limbs |
536 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/shoes/marine/knife(new_human), WEAR_FEET) |
537 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/gloves/marine, WEAR_HANDS) |
538 |
| - //pockets |
539 |
| - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE) |
540 |
| - new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/pistol/unsc(new_human), WEAR_R_STORE) |
541 |
| - new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/halo/m6c(new_human), WEAR_IN_R_STORE) |
542 |
| - |
543 |
| - if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD]) |
544 |
| - new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE) |
| 519 | +/datum/equipment_preset/unsc/leader/equipped/load_status(mob/living/carbon/human/new_human) |
| 520 | + new_human.nutrition = NUTRITION_HIGH |
545 | 521 |
|
546 | 522 | /datum/equipment_preset/unsc/platco/equipped
|
547 | 523 | name = parent_type::name + " (Equipped)"
|
|
588 | 564 | if(SSmapping.configs[GROUND_MAP].environment_traits[MAP_COLD])
|
589 | 565 | new_human.equip_to_slot_or_del(new /obj/item/clothing/mask/rebreather/scarf, WEAR_FACE)
|
590 | 566 |
|
| 567 | +/datum/equipment_preset/unsc/platco/equipped/load_status(mob/living/carbon/human/new_human) |
| 568 | + new_human.nutrition = NUTRITION_HIGH |
| 569 | + |
591 | 570 | /datum/equipment_preset/unsc/pilot/equipped
|
592 | 571 | name = parent_type::name + " (Equipped)"
|
593 | 572 |
|
|
619 | 598 | new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/firstaid/full/alternate(new_human), WEAR_L_STORE)
|
620 | 599 | new_human.equip_to_slot_or_del(new /obj/item/storage/pouch/pistol/unsc(new_human), WEAR_R_STORE)
|
621 | 600 | new_human.equip_to_slot_or_del(new /obj/item/weapon/gun/pistol/halo/m6g(new_human), WEAR_IN_R_STORE)
|
| 601 | + |
| 602 | +/datum/equipment_preset/unsc/pilot/equipped/load_status(mob/living/carbon/human/new_human) |
| 603 | + new_human.nutrition = NUTRITION_HIGH |
0 commit comments