Commit 0fb40c7 1 parent dfdbe0e commit 0fb40c7 Copy full SHA for 0fb40c7
File tree 6 files changed +37
-0
lines changed
game/objects/items/storage/boxes
modules/jobs/job_types/chaplain
6 files changed +37
-0
lines changed Original file line number Diff line number Diff line change 156
156
new / obj / item/ clothing/ suit/ chaplainsuit/ armor/ studentuni(src )
157
157
new / obj / item/ clothing/ head/ helmet/ chaplain/ cage(src )
158
158
159
+ / obj / item/ storage/ box/ holy/ techpriest
160
+ name = " Techpriest Kit"
161
+ typepath_for_preview = / obj / item/ clothing/ suit/ hooded/ techpriest
162
+
163
+ / obj / item/ storage/ box/ holy/ techpriest/ PopulateContents()
164
+ new / obj / item/ clothing/ suit/ hooded/ chaplainsuit/ techchapel(src )
165
+
159
166
/ obj / item/ storage/ box/ holy/ sentinel
160
167
name = " Stone Sentinel Kit"
161
168
typepath_for_preview = / obj / item/ clothing/ suit/ chaplainsuit/ armor/ ancient
Original file line number Diff line number Diff line change 288
288
inhand_icon_state = " shrinehand"
289
289
body_parts_covered = CHEST | GROIN | LEGS | ARMS
290
290
flags_inv = HIDEJUMPSUIT
291
+
292
+ / obj / item/ clothing/ suit/ hooded/ chaplainsuit/ techchapel
293
+ name = " techpriest suit"
294
+ desc = " A techpriest suit"
295
+ icon = ' icons/obj/clothing/suits/chaplain.dmi'
296
+ worn_icon = ' icons/mob/clothing/suits/chaplain.dmi'
297
+ icon_state = " techpriest"
298
+ inhand_icon_state = null
299
+ body_parts_covered = CHEST | GROIN | LEGS | ARMS
300
+ armor_type = / datum / armor/ techpriest
301
+ hoodtype = / obj / item/ clothing/ head/ hooded/ techchapel
302
+
303
+ / datum / armor/ techpriest
304
+ melee = 25
305
+ bullet = 10
306
+ laser = 10
307
+ energy = 10
308
+ fire = 40
309
+ acid = 40
310
+ wound = 20
311
+
312
+ / obj / item/ clothing/ head/ hooded/ techchapel
313
+ name = " techpriest hood"
314
+ desc = " A techpriest hood. Seems, someone just tore it from suit"
315
+ icon = ' icons/obj/clothing/head/chaplain.dmi'
316
+ worn_icon = ' icons/mob/clothing/head/chaplain.dmi'
317
+ icon_state = " techpriesthood"
318
+ body_parts_covered = HEAD
319
+ inhand_icon_state = null
320
+ flags_inv = HIDEHAIR | HIDEEARS | HIDEFACE
You can’t perform that action at this time.
0 commit comments