mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
Merge pull request #4432 from VOREStation/upstream-merge-5685
[MIRROR] Fix for Viewing Newly Made Records
This commit is contained in:
@@ -262,6 +262,9 @@
|
||||
var/icon/charicon = cached_character_icon(H)
|
||||
front = icon(charicon, dir = SOUTH)
|
||||
side = icon(charicon, dir = WEST)
|
||||
else // Sending null things through browse_rsc() makes a runtime and breaks the console trying to view the record.
|
||||
front = icon('html/images/no_image32.png')
|
||||
side = icon('html/images/no_image32.png')
|
||||
|
||||
if(!id)
|
||||
id = text("[]", add_zero(num2hex(rand(1, 65536)), 4))
|
||||
|
||||
@@ -331,6 +331,7 @@
|
||||
'html/images/sglogo.png',
|
||||
'html/images/talisman.png',
|
||||
'html/images/paper_bg.png',
|
||||
'html/images/no_image32.png',
|
||||
'icons/pda_icons/pda_atmos.png',
|
||||
'icons/pda_icons/pda_back.png',
|
||||
'icons/pda_icons/pda_bell.png',
|
||||
|
||||
BIN
html/images/no_image32.png
Normal file
BIN
html/images/no_image32.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 257 B |
Reference in New Issue
Block a user