mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 18:13:34 +01:00
Adds a 'Clear Scanner Records' action for Forensic Scanners (#14274)
* Adds clear_scanner as a verb * Changed 'spawn()' to 'addtimer()'. Also made the 'ding' sound a bit quieter. * Some 'attack_self()' refactoring * Some 'print_scanner_report()' refactoring * Some 'scan()' refactoring * Changes 1 & 0 to TRUE & FALSE * and the rest of them * Review fixes Moved 'lowertext()', removed implied src, changed '\the [target_name]' to '[A]'. * Changed 'clear_scanner' from a verb to an action * Made 'print_forensic_report' its own action Don't want reagent scanners getting the same icon * More cleanup
This commit is contained in:
@@ -162,6 +162,14 @@
|
||||
/datum/action/item_action/print_report
|
||||
name = "Print Report"
|
||||
|
||||
/datum/action/item_action/print_forensic_report
|
||||
name = "Print Report"
|
||||
button_icon_state = "scanner_print"
|
||||
use_itemicon = FALSE
|
||||
|
||||
/datum/action/item_action/clear_records
|
||||
name = "Clear Scanner Records"
|
||||
|
||||
/datum/action/item_action/toggle_gunlight
|
||||
name = "Toggle Gunlight"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user