Skip to content

Commit 67b0546

Browse files
authored
Paramedic Gps (#5016)
* Paramedical gps * uuuh, didnt give it to the parameds * Makes the gps more blue inline with their paramedic trim/pda
1 parent 3c75883 commit 67b0546

File tree

3 files changed

+8
-0
lines changed

3 files changed

+8
-0
lines changed

code/modules/jobs/job_types/paramedic.dm

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
gloves = /obj/item/clothing/gloves/latex/nitrile
5757
shoes = /obj/item/clothing/shoes/sneakers/blue
5858
l_pocket = /obj/item/modular_computer/pda/medical/paramedic
59+
r_pocket = /obj/item/gps/medical
5960

6061
backpack = /obj/item/storage/backpack/medic
6162
satchel = /obj/item/storage/backpack/satchel/med

monkestation/code/game/objects/items/devices/gps.dm

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,10 @@
2929
/datum/material/glass = HALF_SHEET_MATERIAL_AMOUNT,
3030
/datum/material/bluespace = SMALL_MATERIAL_AMOUNT * 1.5,
3131
)
32+
33+
/obj/item/gps/medical
34+
desc = "A variention on the standard GPS Model, purposed for finding signals of those who have been lost. This one is in blue!"
35+
icon = 'monkestation/icons/obj/devices/tracker.dmi'
36+
icon_state = "gps-m"
37+
gpstag = "PARA0"
38+
92 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)