mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-21 23:52:48 +00:00
Fixes stuff
This commit is contained in:
@@ -112,7 +112,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
|
|||||||
H.implant_loyalty()
|
H.implant_loyalty()
|
||||||
return 1
|
return 1
|
||||||
|
|
||||||
/datum/job/bridgebunny
|
/datum/job/secretary
|
||||||
title = "Command Secretary"
|
title = "Command Secretary"
|
||||||
flag = BRIDGE
|
flag = BRIDGE
|
||||||
department = "Civilian"
|
department = "Civilian"
|
||||||
@@ -131,7 +131,7 @@ var/datum/announcement/minor/captain_announcement = new(do_newscast = 1)
|
|||||||
access = list(access_heads)
|
access = list(access_heads)
|
||||||
minimal_access = list(access_heads)
|
minimal_access = list(access_heads)
|
||||||
|
|
||||||
equip(var/mob/living/carbon/human/H)
|
/datum/job/secretary/equip(var/mob/living/carbon/human/H)
|
||||||
if(!H) return 0
|
if(!H) return 0
|
||||||
H.equip_to_slot_or_del(new /obj/item/device/radio/headset/headset_com(H), slot_l_ear)
|
H.equip_to_slot_or_del(new /obj/item/device/radio/headset/headset_com(H), slot_l_ear)
|
||||||
switch(H.backbag)
|
switch(H.backbag)
|
||||||
|
|||||||
Reference in New Issue
Block a user