diff --git a/code/datums/ghost_spawn_options.dm b/code/datums/ghost_spawn_options.dm index a219504484..ed539a1909 100644 --- a/code/datums/ghost_spawn_options.dm +++ b/code/datums/ghost_spawn_options.dm @@ -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 diff --git a/code/modules/casino/spawnergrenade_casino.dm b/code/modules/casino/spawnergrenade_casino.dm index 9b37da4f94..5ba2bbc8ee 100644 --- a/code/modules/casino/spawnergrenade_casino.dm +++ b/code/modules/casino/spawnergrenade_casino.dm @@ -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)" diff --git a/code/modules/nifsoft/software/13_soulcatcher.dm b/code/modules/nifsoft/software/13_soulcatcher.dm index a2f683baa6..e5ee0d3a74 100644 --- a/code/modules/nifsoft/software/13_soulcatcher.dm +++ b/code/modules/nifsoft/software/13_soulcatcher.dm @@ -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"