mirror of
https://github.com/thecatontheceiling/buckshotroulette-decomp.git
synced 2025-02-05 15:37:18 +00:00
a86f69ecf1
goddammit bob
11 lines
227 B
GDScript
11 lines
227 B
GDScript
class_name Statue extends Node
|
|
|
|
@export var rm : RoundManager
|
|
@export var statue : Node3D
|
|
@export var cup : Node3D
|
|
|
|
func CheckStatus():
|
|
if (rm.playerData.playername == " vellon"):
|
|
cup.visible = false
|
|
statue.visible = true
|