mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-14 16:42:53 +01:00
11 lines
212 B
Plaintext
11 lines
212 B
Plaintext
/datum/hud/funimage
|
|
click_check = 0
|
|
|
|
New(I)
|
|
create_screen("image", "Fun Image (click to remove)", I, "", "1, 1", HUD_LAYER_3)
|
|
..()
|
|
|
|
clicked(id, mob/user)
|
|
if (id == "image")
|
|
remove_client(user.client)
|