mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Merge branch 'master' of https://github.com/ParadiseSS13/Paradise
Conflicts: maps/cyberiad.dmm
This commit is contained in:
@@ -304,7 +304,7 @@ proc/trigger_armed_response_team(var/force = 0)
|
||||
var/obj/item/device/pda/heads/pda = new(src)
|
||||
pda.owner = real_name
|
||||
pda.ownjob = "Emergency Response Team[leader_selected ? " Leader" : ""]"
|
||||
pda.name = "PDA-[M.real_name] ([pda.ownjob])
|
||||
pda.name = "PDA-[real_name] ([pda.ownjob])"
|
||||
|
||||
if (leader_selected)
|
||||
W.access += access_cent_teleporter
|
||||
|
||||
@@ -814,7 +814,7 @@ But you can call procs that are of type /mob/living/carbon/human/proc/ for that
|
||||
M.equip_if_possible(new /obj/item/clothing/gloves/white(M), slot_gloves)
|
||||
M.equip_if_possible(new /obj/item/device/radio/headset/heads/hop(M), slot_l_ear)
|
||||
|
||||
var/obj/item/device/pda/ntrep/pda = new(M)
|
||||
var/obj/item/device/pda/heads/ntrep/pda = new(M)
|
||||
pda.owner = M.real_name
|
||||
pda.ownjob = "Nanotrasen Navy Representative"
|
||||
pda.name = "PDA-[M.real_name] ([pda.ownjob])"
|
||||
|
||||
Reference in New Issue
Block a user