mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 14:37:27 +01:00
Added light repairing tool for janitor.
This commit is contained in:
@@ -1094,6 +1094,7 @@
|
||||
#include "code\WorkInProgress\Ported\Bureaucracy\copier.dm"
|
||||
#include "code\WorkInProgress\Ported\Bureaucracy\filing.dm"
|
||||
#include "code\WorkInProgress\SkyMarshal\coatrack.dm"
|
||||
#include "code\WorkInProgress\SkyMarshal\portalathe.dm"
|
||||
#include "code\WorkInProgress\SkyMarshal\traitoritems.dm"
|
||||
#include "code\WorkInProgress\SkyMarshal\wardrobes.dm"
|
||||
#include "code\WorkInProgress\Tastyfish\Eliza.dm"
|
||||
|
||||
@@ -212,6 +212,7 @@
|
||||
H.equip_if_possible(new /obj/item/clothing/under/rank/janitor(H), H.slot_w_uniform)
|
||||
H.equip_if_possible(new /obj/item/clothing/shoes/black(H), H.slot_shoes)
|
||||
H.equip_if_possible(new /obj/item/device/pda/janitor(H), H.slot_belt)
|
||||
H.equip_if_possible(new /obj/item/device/portalathe(H), H.slot_in_backpack)
|
||||
return 1
|
||||
|
||||
|
||||
|
||||
@@ -20,3 +20,4 @@
|
||||
new /obj/item/weapon/cleaner(src)
|
||||
new /obj/item/weapon/cleaner(src)
|
||||
new /obj/item/weapon/trashbag(src)
|
||||
new /obj/item/device/portalathe(src)
|
||||
|
||||
Reference in New Issue
Block a user