mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
IDs show your age if you're not old enough to drink in the US. (#3586)
* IDs show your age if you're not old enough to drink. * Update _vending.dm
This commit is contained in:
@@ -106,7 +106,7 @@
|
||||
if(Adjacent(user))
|
||||
var/minor
|
||||
if(registered_name && registered_age && registered_age < AGE_MINOR)
|
||||
minor = " <b>(MINOR)</b>"
|
||||
minor = " <b>[registered_age]</b>"
|
||||
user.visible_message("<span class='notice'>[user] shows you: [icon2html(src, viewers(user))] [src.name][minor].</span>", "<span class='notice'>You show \the [src.name][minor].</span>")
|
||||
add_fingerprint(user)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user