mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-21 12:17:40 +01:00
@@ -1517,7 +1517,7 @@
|
||||
return species.fire_icon_state
|
||||
|
||||
// Called by job_controller. Makes drones start with a permit, might be useful for other people later too.
|
||||
/mob/living/carbon/human/equip_post_job()
|
||||
/mob/living/carbon/human/equip_post_job() //Drone Permit moved to equip_survival_gear()
|
||||
var/braintype = get_FBP_type()
|
||||
if(braintype == FBP_DRONE)
|
||||
var/turf/T = get_turf(src)
|
||||
|
||||
@@ -226,6 +226,7 @@
|
||||
var/boxtype = /obj/item/weapon/storage/box/survival //Default survival box
|
||||
if(H.isSynthetic())
|
||||
boxtype = /obj/item/weapon/storage/box //Empty box for synths
|
||||
|
||||
else if(extendedtank)
|
||||
boxtype = /obj/item/weapon/storage/box/engineer //Special box for engineers
|
||||
|
||||
|
||||
Reference in New Issue
Block a user