gets rid of duplicate snake (#18108)

* Update spawnergrenade_casino.dm

* user

* .

---------

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
Cameron Lennox
2025-08-01 03:52:40 -04:00
committed by GitHub
parent c26edc4dc3
commit f146baa634
3 changed files with 3 additions and 8 deletions
+2 -2
View File
@@ -161,7 +161,7 @@
if(!user.mind) //No mind yet, aka haven't played in this round.
user.mind = new(user.key)
user.mind.name = name
user.mind.name = user.name
user.mind.current = user
user.mind.active = TRUE
@@ -203,7 +203,7 @@
if(!user.mind) //No mind yet, aka haven't played in this round.
user.mind = new(user.key)
user.mind.name = name
user.mind.name = user.name
user.mind.current = user
user.mind.active = TRUE