From bd5348cc8acb791824ca6239befe3899edb1fd72 Mon Sep 17 00:00:00 2001 From: Wisemonster <87689371+Wisemonster@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:09:49 -0400 Subject: [PATCH] Clarifies Sphere modules lava protecction requirement + typo fix (#96398) --- code/modules/mod/modules/modules_supply.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mod/modules/modules_supply.dm b/code/modules/mod/modules/modules_supply.dm index 9fe1b8a137b..976111bd849 100644 --- a/code/modules/mod/modules/modules_supply.dm +++ b/code/modules/mod/modules/modules_supply.dm @@ -576,8 +576,8 @@ /obj/item/mod/module/sphere_transform name = "MOD sphere transform module" - desc = "A module able to move the suit's parts around, turning it and the user into a sphere. \ - The sphere can move quickly, even through lava, and launch mining micromissile to decimate terrain and fauna alike." + desc = "A module able to move the suit's parts around, turning it and the user into a sphere. If the modsuit is insulated with bileworm skin, the user will be protected from lava while active. \ + The sphere can move quickly, even through lava, and launch mining micromissiles to decimate terrain and fauna alike." icon_state = "sphere" module_type = MODULE_ACTIVE removable = FALSE