Adds an action button for mapvotes (#16957)

* its a mapvote jim, but not as we know it

* new icon

* no more safetynet
This commit is contained in:
S34N
2021-10-17 18:53:40 +01:00
committed by GitHub
parent 1d8b4aca03
commit 359c1cfb0c
3 changed files with 12 additions and 1 deletions
+7
View File
@@ -622,6 +622,13 @@ so as to remain in compliance with the most up-to-date laws."
stone = null
return ..()
/obj/screen/alert/notify_mapvote
name = "Map Vote"
desc = "Vote on which map you would like to play on next!"
icon_state = "map_vote"
/obj/screen/alert/notify_mapvote/Click()
SSvote.browse_to(usr.client)
//OBJECT-BASED