mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 07:08:55 +01:00
Merge branch 'release' of https://github.com/VOREStation/VOREStation
# Conflicts: # code/_helpers/unsorted.dm # code/modules/events/event_container_vr.dm # icons/misc/title_vr.dmi # interface/skin.dmf # vorestation.dme
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/obj/item/weapon/clipboard
|
||||
name = "clipboard"
|
||||
desc = "Used to clip paper to, for an on-the-go writing board."
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon = 'icons/obj/bureaucracy_vr.dmi' //VOREStation Edit
|
||||
icon_state = "clipboard"
|
||||
item_state = "clipboard"
|
||||
throwforce = 0
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/obj/item/weapon/folder
|
||||
name = "folder"
|
||||
desc = "A folder."
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon = 'icons/obj/bureaucracy_vr.dmi' //VOREStation Edit
|
||||
icon_state = "folder"
|
||||
w_class = ITEMSIZE_SMALL
|
||||
pressure_resistance = 2
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
/obj/item/weapon/pen
|
||||
desc = "It's a normal black ink pen."
|
||||
name = "pen"
|
||||
icon = 'icons/obj/bureaucracy.dmi'
|
||||
icon = 'icons/obj/bureaucracy_vr.dmi' //VOREStation Edit
|
||||
icon_state = "pen"
|
||||
item_state = "pen"
|
||||
slot_flags = SLOT_BELT | SLOT_EARS
|
||||
@@ -24,6 +24,9 @@
|
||||
var/colour = "black" //what colour the ink is!
|
||||
pressure_resistance = 2
|
||||
|
||||
/obj/item/weapon/pen/attack_self(var/mob/user)
|
||||
to_chat(user, "<span class='notice'>Click.</span>")
|
||||
playsound(loc, 'sound/items/penclick.ogg', 50, 1)
|
||||
|
||||
/obj/item/weapon/pen/blue
|
||||
desc = "It's a normal blue ink pen."
|
||||
|
||||
Reference in New Issue
Block a user