Fixes two bugs.

This commit is contained in:
Neerti
2017-03-03 10:09:45 -05:00
parent 0f781e36a7
commit d5438dc36d
2 changed files with 4 additions and 3 deletions

View File

@@ -15,8 +15,9 @@
/datum/uplink_item/abstract/announcements/fake_centcom/New()
..()
name = "[command_name()] Update Announcement"
desc = "Causes a falsified [command_name()] Update. Triggers immediately after supplying additional data."
spawn(2)
name = "[command_name()] Update Announcement"
desc = "Causes a falsified [command_name()] Update. Triggers immediately after supplying additional data."
/datum/uplink_item/abstract/announcements/fake_centcom/extra_args(var/mob/user)
var/title = sanitize(input("Enter your announcement title.", "Announcement Title") as null|text)