mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-25 13:09:11 +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:
co-authored by
Kashargul
parent
c26edc4dc3
commit
f146baa634
@@ -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