mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-25 21:19:00 +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:
@@ -41,8 +41,8 @@
|
||||
playsound(host, 'sound/machines/terminal_select.ogg', 15, TRUE)
|
||||
. = TRUE
|
||||
// Handle setting tags (and flushing for drones)
|
||||
if(istype(host, /obj/item/destTagger))
|
||||
var/obj/item/destTagger/O = host
|
||||
if(istype(host, /obj/item/dest_tagger))
|
||||
var/obj/item/dest_tagger/O = host
|
||||
O.currTag = my_tag
|
||||
else if(isrobot(host))
|
||||
var/mob/living/silicon/robot/R = host
|
||||
|
||||
Reference in New Issue
Block a user