mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-13 16:13:19 +01:00
feat: clicking on wallmaps prompts to open webmap (#21840)
This commit is contained in:
committed by
GitHub
parent
70dfb4ef6c
commit
124f222ec0
@@ -99,6 +99,10 @@
|
||||
/obj/structure/sign/double/map/right
|
||||
icon_state = "map-right"
|
||||
|
||||
/obj/structure/sign/double/map/attack_hand(mob/user)
|
||||
if(user.client)
|
||||
user.client.webmap()
|
||||
|
||||
/obj/structure/sign/securearea
|
||||
name = "\improper SECURE AREA"
|
||||
desc = "A warning sign which reads 'SECURE AREA'"
|
||||
|
||||
Reference in New Issue
Block a user