mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 02:12:14 +00:00
Update dice.dm
This commit is contained in:
@@ -14,11 +14,12 @@
|
|||||||
var/dice = num2text(sum) + "d" + num2text(side)
|
var/dice = num2text(sum) + "d" + num2text(side)
|
||||||
|
|
||||||
if(alert("Do you want to inform the world about your game?",,"Yes", "No") == "Yes")
|
if(alert("Do you want to inform the world about your game?",,"Yes", "No") == "Yes")
|
||||||
world << "<h2 style=\"color:#A50400\">The dice have been rolled by Gods!</h2>"
|
to_chat(world, "<h2 style=\"color:#A50400\">The dice have been rolled by Gods!</h2>")
|
||||||
|
|
||||||
var/result = roll(dice)
|
var/result = roll(dice)
|
||||||
|
|
||||||
if(alert("Do you want to inform the world about the result?",,"Yes", "No") == "Yes")
|
if(alert("Do you want to inform the world about the result?",,"Yes", "No") == "Yes")
|
||||||
world << "<h2 style=\"color:#A50400\">Gods rolled [dice], result is [result]</h2>"
|
to_chat(world, "<h2 style=\"color:#A50400\">Gods rolled [dice], result is [result]</h2>")
|
||||||
|
|
||||||
message_admins("[key_name_admin(src)] rolled dice [dice], result is [result]", 1)
|
message_admins("[key_name_admin(src)] rolled dice [dice], result is [result]")
|
||||||
|
log_admin("[key_name_admin(src)] rolled dice [dice], result is [result]")
|
||||||
|
|||||||
Reference in New Issue
Block a user