mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +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:
@@ -968,7 +968,7 @@ GLOBAL_VAR_INIT(gamma_ship_location, 1) // 0 = station , 1 = space
|
||||
|
||||
return TRUE
|
||||
|
||||
if(istype(tothing, /obj/structure/AIcore/deactivated))
|
||||
if(istype(tothing, /obj/structure/ai_core/deactivated))
|
||||
|
||||
var/question = "Are you sure you want to place [frommob.name]([frommob.key]) in control of an empty AI core?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user