mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-18 18:46:24 +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
|
||||
|
||||
|
||||
@@ -65,11 +65,6 @@
|
||||
name = "Creature Container (Red panda)"
|
||||
spawner_type = /mob/living/simple_mob/vore/redpanda
|
||||
|
||||
/obj/item/grenade/spawnergrenade/casino/snake
|
||||
desc = "It is set to detonate in 5 seconds. It will release a snake won from the prize vendor!"
|
||||
name = "Creature Container (Snake)"
|
||||
spawner_type = /mob/living/simple_mob/animal/passive/snake
|
||||
|
||||
/obj/item/grenade/spawnergrenade/casino/otie
|
||||
desc = "It is set to detonate in 5 seconds. It will release a otie won from the prize vendor!"
|
||||
name = "Creature Container (Otie)"
|
||||
|
||||
@@ -425,7 +425,7 @@
|
||||
///////////////////
|
||||
//A projected AR soul thing
|
||||
/mob/observer/eye/ar_soul
|
||||
invisibility = 0
|
||||
invisibility = INVISIBILITY_NONE
|
||||
plane = PLANE_AUGMENTED
|
||||
icon = 'icons/obj/machines/ar_elements.dmi'
|
||||
icon_state = "beacon"
|
||||
|
||||
Reference in New Issue
Block a user