mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 10:12:45 +00:00
[MIRROR] obj screen to atom movable screen (#11719)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fd68853af6
commit
303e88c0b2
@@ -1,11 +1,11 @@
|
||||
/obj/screen/alert/open_ticket
|
||||
/atom/movable/alert/open_ticket
|
||||
icon = 'modular_chomp/icons/logo.dmi'
|
||||
name = "Admin Chat Request"
|
||||
desc = "A Administrator would like to chat with you. \
|
||||
Click here to begin."
|
||||
icon_state = "32x32"
|
||||
|
||||
/obj/screen/alert/open_ticket/Click()
|
||||
/atom/movable/alert/open_ticket/Click()
|
||||
if(!usr || !usr.client) return
|
||||
|
||||
// Open a new chat with the user
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
/obj/machinery/camera,
|
||||
/obj/belly,
|
||||
/obj/soulgem, // CHOMPAdd
|
||||
/obj/screen,
|
||||
/atom/movable/screen,
|
||||
/atom/movable/emissive_blocker,
|
||||
/obj/item/material,
|
||||
/obj/item/melee,
|
||||
|
||||
Reference in New Issue
Block a user