mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user