mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user