mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-19 20:23:07 +01:00
3995338290
Co-authored-by: Raeschen <rycoop29@gmail.com>
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
/datum/admin_secret_item/fun_secret/only_one
|
|
name = "There Can Be Only One"
|
|
|
|
/datum/admin_secret_item/fun_secret/only_one/execute(var/mob/user)
|
|
. = ..()
|
|
if(.)
|
|
only_one()
|