mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Fixes custom item name.
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
desc = "It's a cool looking pen. Lots of colors!"
|
||||
|
||||
/obj/item/weapon/pen/fluff/fancypen
|
||||
name = "multicolor pen"
|
||||
name = "fancy pen"
|
||||
desc = "A fancy metal pen. It uses blue ink. An inscription on one side reads,\"L.L. - L.R.\""
|
||||
icon = 'custom_items.dmi'
|
||||
icon_state = "fancypen"
|
||||
|
||||
@@ -501,6 +501,16 @@
|
||||
del(M)
|
||||
return
|
||||
|
||||
|
||||
|
||||
if(client && client.holder && (client.holder.state == 2))
|
||||
client.admin_play()
|
||||
return
|
||||
|
||||
M.key = client.key
|
||||
M.Login()
|
||||
return
|
||||
|
||||
/mob/verb/cmd_rules()
|
||||
set name = "Rules"
|
||||
set category = "OOC"
|
||||
|
||||
Reference in New Issue
Block a user