mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-22 19:47:47 +01:00
Command borg (#19562)
This commit is contained in:
@@ -150,6 +150,10 @@
|
||||
var/mode = 1
|
||||
special_handling = TRUE
|
||||
|
||||
// Command borg fountain pen! They must write good :)
|
||||
/obj/item/pen/robopen/fountain
|
||||
icon_state = "black_fountain"
|
||||
desc = "A well made and expensive black ink printing attachment with a paper naming mode."
|
||||
|
||||
/obj/item/pen/robopen/attack_self(mob/user)
|
||||
. = ..(user)
|
||||
|
||||
@@ -37,13 +37,14 @@
|
||||
can_be_pushed = 0
|
||||
|
||||
/obj/item/robot_module/robot/chound/create_equipment(mob/living/silicon/robot/R)
|
||||
src.modules += new /obj/item/pen/robopen(src)
|
||||
src.modules += new /obj/item/pen/robopen/fountain(src)
|
||||
src.modules += new /obj/item/form_printer(src)
|
||||
src.modules += new /obj/item/gripper/paperwork(src)
|
||||
src.modules += new /obj/item/hand_labeler(src)
|
||||
src.modules += new /obj/item/stamp(src)
|
||||
src.modules += new /obj/item/stamp/denied(src)
|
||||
//src.modules += new /obj/item/taskmanager(src) //Needs to be ported over.
|
||||
src.modules += new /obj/item/gun/energy/taser/mounted/cyborg(src)
|
||||
src.emag += new /obj/item/stamp/chameleon(src)
|
||||
src.emag += new /obj/item/pen/chameleon(src)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user