mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-24 04:27:35 +01:00
Rename all non-snake_case types. (#27268)
* refactor: Rename all non-snake_case types (not procs or vars (yet)). * completely dynamic update script * might help to include the data * update aa's scuffed python * oh * set script PR number * run updatepaths again * Add other table updates with JSON columns * bump SQL version * just fucking end my life * move JSON data
This commit is contained in:
@@ -239,10 +239,10 @@ GLOBAL_DATUM_INIT(global_prizes, /datum/prizes, new())
|
||||
typepath = /obj/item/toy/prizeball/figure
|
||||
cost = 75
|
||||
|
||||
/datum/prize_item/AI
|
||||
/datum/prize_item/ai
|
||||
name = "Toy AI Unit"
|
||||
desc = "Law 1: Maximize fun for crew."
|
||||
typepath = /obj/item/toy/AI
|
||||
typepath = /obj/item/toy/ai
|
||||
cost = 75
|
||||
|
||||
/datum/prize_item/capgun
|
||||
|
||||
Reference in New Issue
Block a user