mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-11 07:58:57 +01:00
Fixes the singularity expansion message.
A simple flip of a character. Fixes #11983.
This commit is contained in:
@@ -263,7 +263,7 @@
|
||||
allowed_size = STAGE_SUPER
|
||||
|
||||
if (current_size != allowed_size && current_size != STAGE_SUPER)
|
||||
expand(null, current_size > allowed_size)
|
||||
expand(null, current_size < allowed_size)
|
||||
return 1
|
||||
|
||||
/obj/singularity/proc/eat()
|
||||
|
||||
Reference in New Issue
Block a user