From d8e0e9cb27c3dddd9a6d9fa6f51144c4c40acd72 Mon Sep 17 00:00:00 2001 From: TopHatPenguin Date: Thu, 11 Apr 2024 10:02:06 +0100 Subject: [PATCH] Small fix to Nightmare documentation example (#6072) # About the pull request Fixes the documentation regarding the nightmare landmarks example. Viro_open which is presented as the example, fails to inform you that the text after the _ will not be used by the landmark and is simply additional info for the viewer. This has now been rectified with this PR. # Changelog :cl: fix: Fixes Nightmare documentation example. /:cl: --------- Co-authored-by: Drathek <76988376+Drulikar@users.noreply.github.com> --- code/modules/nightmare/nmnodes/mapload.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/nightmare/nmnodes/mapload.dm b/code/modules/nightmare/nmnodes/mapload.dm index 0687399a6612..0bfdc437bd4a 100644 --- a/code/modules/nightmare/nmnodes/mapload.dm +++ b/code/modules/nightmare/nmnodes/mapload.dm @@ -81,11 +81,11 @@ /** * Similar to variations mode, but rolls all files individually rather * than picking one, using name for landmark. The prefix number is used - * as a percentage chance. You can add extra text with an underscore. + * as a percentage chance. * * Example: * some/folder/10.something_funny.dmm - * would have 10% chance to insert at 'something' landmark + * would have 10% chance to insert at the 'something_funny' landmark */ /datum/nmnode/mapload/sprinkles id = "map_sprinkle"