LoT_PRC8/_module/nss/pri_repoor1.nss
Jaysyn904 ec287507a1 Initial upload
Initial upload.
2023-09-25 21:32:17 -04:00

24 lines
563 B
Plaintext

//::///////////////////////////////////////////////
//:: Reset Poor Room 1
//:: pri_repoor1
//:: Copyright (c) 2002 Shepherd Software Inc.
//:://////////////////////////////////////////////
/*
DM Option to reset the room so that it may be rented
out again by players. See "_rsa_dmreset" for more
information.
*/
//:://////////////////////////////////////////////
//:: Created By: Russell S. Ahlstrom
//:: Created On: July 11, 2002
//:://////////////////////////////////////////////
#include "pri_reset_inc"
void main()
{
ResetRoom("RSA_Poor_1", 44.0, 8.0);
}