File tree 3 files changed +8
-0
lines changed
code/modules/jobs/job_types
code/game/objects/items/devices
3 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 56
56
gloves = / obj / item/ clothing/ gloves/ latex/ nitrile
57
57
shoes = / obj / item/ clothing/ shoes/ sneakers/ blue
58
58
l_pocket = / obj / item/ modular_computer/ pda/ medical/ paramedic
59
+ r_pocket = / obj / item/ gps/ medical
59
60
60
61
backpack = / obj / item/ storage/ backpack/ medic
61
62
satchel = / obj / item/ storage/ backpack/ satchel/ med
Original file line number Diff line number Diff line change 29
29
/ datum / material/ glass = HALF_SHEET_MATERIAL_AMOUNT ,
30
30
/ datum / material/ bluespace = SMALL_MATERIAL_AMOUNT * 1.5 ,
31
31
)
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
+
You can’t perform that action at this time.
0 commit comments