mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MODULAR][NO GBP] Soulcatcher default room now has the intended default text. (#21857)
Update soulcatcher_component.dm
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user