mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-16 13:13:03 +00:00
Merge branch 'dev' of https://github.com/Baystation12/Baystation12
This commit is contained in:
@@ -258,12 +258,6 @@ proc/trigger_armed_response_team(var/force = 0)
|
|||||||
//Special radio setup
|
//Special radio setup
|
||||||
equip_to_slot_or_del(new /obj/item/device/radio/headset/ert(src), slot_ears)
|
equip_to_slot_or_del(new /obj/item/device/radio/headset/ert(src), slot_ears)
|
||||||
|
|
||||||
//Adding Camera Network
|
|
||||||
var/obj/machinery/camera/camera = new /obj/machinery/camera(src) //Gives all the commandos internals cameras.
|
|
||||||
camera.network = "CREED"
|
|
||||||
camera.c_tag = real_name
|
|
||||||
|
|
||||||
|
|
||||||
//Replaced with new ERT uniform
|
//Replaced with new ERT uniform
|
||||||
equip_to_slot_or_del(new /obj/item/clothing/under/rank/centcom_officer(src), slot_w_uniform)
|
equip_to_slot_or_del(new /obj/item/clothing/under/rank/centcom_officer(src), slot_w_uniform)
|
||||||
equip_to_slot_or_del(new /obj/item/clothing/shoes/swat(src), slot_shoes)
|
equip_to_slot_or_del(new /obj/item/clothing/shoes/swat(src), slot_shoes)
|
||||||
|
|||||||
Reference in New Issue
Block a user