mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
comment out panicwriter and saytesting
This commit is contained in:
@@ -594,7 +594,7 @@ hi
|
||||
|
||||
//Suit roll-down toggle.
|
||||
/obj/item/clothing/under/fluff/jane_sidsuit/verb/toggle_zipper()
|
||||
writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/obj/item/clothing/under/fluff/jane_sidsuit/verb/toggle_zipper() called tick#: [world.time]")
|
||||
//writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/obj/item/clothing/under/fluff/jane_sidsuit/verb/toggle_zipper() called tick#: [world.time]")
|
||||
set name = "Toggle Jumpsuit Zipper"
|
||||
set category = "Object"
|
||||
set src in usr
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
|
||||
/proc/EquipCustomItems(mob/living/carbon/human/M)
|
||||
writepanic("[__FILE__].[__LINE__] (no type)([usr ? usr.ckey : ""]) \\/proc/EquipCustomItems() called tick#: [world.time]")
|
||||
//writepanic("[__FILE__].[__LINE__] (no type)([usr ? usr.ckey : ""]) \\/proc/EquipCustomItems() called tick#: [world.time]")
|
||||
testing("\[CustomItem\] Checking for custom items for [M.ckey] ([M.real_name])...")
|
||||
if(!establish_db_connection())
|
||||
return
|
||||
@@ -83,7 +83,7 @@
|
||||
|
||||
// This is hacky, but since it's difficult as fuck to make a proper parser in BYOND without killing the server, here it is. - N3X
|
||||
/proc/HackProperties(var/mob/living/carbon/human/M,var/obj/item/I,var/script)
|
||||
writepanic("[__FILE__].[__LINE__] (no type)([usr ? usr.ckey : ""]) \\/proc/Hackproperties() called tick#: [world.time]")
|
||||
//writepanic("[__FILE__].[__LINE__] (no type)([usr ? usr.ckey : ""]) \\/proc/Hackproperties() called tick#: [world.time]")
|
||||
/*
|
||||
A=string:b lol {REALNAME} {ROLE} {ROLE_ALT};
|
||||
B=icon:icons/dmi/lol.dmi:STATE;
|
||||
@@ -124,7 +124,7 @@
|
||||
//yes, it has to be an item, you can't pick up nonitems
|
||||
/* Old as fuck, not SQL-based, hardcoded keys.
|
||||
/proc/EquipCustomItems(mob/living/carbon/human/M)
|
||||
writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/proc/EquipCustomItems() called tick#: [world.time]")
|
||||
//writepanic("[__FILE__].[__LINE__] ([src.type])([usr ? usr.ckey : ""]) \\/proc/EquipCustomItems() called tick#: [world.time]")
|
||||
// load lines
|
||||
var/file = file2text("config/custom_items.txt")
|
||||
var/lines = text2list(file, "\n")
|
||||
|
||||
Reference in New Issue
Block a user