[MODULAR][NO GBP] Soulcatcher default room now has the intended default text. (#21857)

Update soulcatcher_component.dm
This commit is contained in:
Pinta
2023-06-18 15:42:37 +01:00
committed by GitHub
parent 4c84c91649
commit 0eb849a372
@@ -44,7 +44,7 @@ GLOBAL_LIST_EMPTY(soulcatchers)
* * target_name - The name that we want to assign to the created room.
* * target_desc - The description that we want to assign to the created room.
*/
/datum/component/soulcatcher/proc/create_room(target_name = "default room", target_desc = "it's a room")
/datum/component/soulcatcher/proc/create_room(target_name = "Default Room", target_desc = "An orange platform suspended in space orbited by reflective cubes of various sizes. There really isn't much here at the moment.")
var/datum/soulcatcher_room/created_room = new(src)
created_room.name = target_name
created_room.room_description = target_desc