mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Fix and add broken sprite list.
This commit is contained in:
2653
broken_hand_icons.txt
Normal file
2653
broken_hand_icons.txt
Normal file
File diff suppressed because it is too large
Load Diff
@@ -124,6 +124,7 @@ var/list/admin_verbs_server = list(
|
||||
)
|
||||
var/list/admin_verbs_debug = list(
|
||||
/client/proc/cmd_admin_list_open_jobs,
|
||||
/proc/getbrokeninhands,
|
||||
/client/proc/Debug2,
|
||||
/client/proc/kill_air,
|
||||
/client/proc/cmd_debug_make_powernets,
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
/proc/getbrokeninhands()
|
||||
set name = "Broken Sprite List"
|
||||
set category = "Debug"
|
||||
|
||||
var/icon/IL = new('icons/mob/items_lefthand.dmi')
|
||||
var/list/Lstates = IL.IconStates()
|
||||
var/icon/IR = new('icons/mob/items_righthand.dmi')
|
||||
@@ -28,9 +31,8 @@
|
||||
//text+="\n"
|
||||
del(O)
|
||||
if(text)
|
||||
var/F = file("broken_icons.txt")
|
||||
var/F = file("broken_hand_icons.txt")
|
||||
fdel(F)
|
||||
F << text
|
||||
world << "Completeled successfully and written to [F]"
|
||||
|
||||
world << "Completed and written to [F]"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user