mirror of
https://github.com/KabKebab/GS13.git
synced 2026-07-12 16:38:18 +01:00
Merge branch 'master' of https://github.com/KabKebab/GS13
This commit is contained in:
@@ -30268,6 +30268,10 @@
|
||||
/obj/structure/cable{
|
||||
icon_state = "1-2"
|
||||
},
|
||||
/turf/open/floor/engine{
|
||||
initial_gas_mix = "n2=100;TEMP=80";
|
||||
name = "mainframe floor"
|
||||
},
|
||||
/area/tcommsat/server)
|
||||
"aXN" = (
|
||||
/obj/machinery/igniter/incinerator_toxmix,
|
||||
|
||||
@@ -361,5 +361,7 @@ Delayed insert mode was removed in mysql 7 and only works with MyISAM type table
|
||||
//strip sensitive stuff
|
||||
if(findtext(message, ": CreateConnection("))
|
||||
message = "CreateConnection CENSORED"
|
||||
if(findtext(message, "INET_ATON("))
|
||||
message = "INET_ATON CENSORED"
|
||||
|
||||
log_sql("BSQL_DEBUG: [message]")
|
||||
|
||||
@@ -475,7 +475,7 @@
|
||||
/datum/reagent/consumable/ice,
|
||||
/datum/reagent/consumable/coffee,
|
||||
/datum/reagent/consumable/cream,
|
||||
/datum/reagent/consumable/tea,
|
||||
/datum/reagent/consumable/tea/pinktea,
|
||||
/datum/reagent/consumable/icetea,
|
||||
/datum/reagent/consumable/space_cola,
|
||||
/datum/reagent/consumable/spacemountainwind,
|
||||
|
||||
Reference in New Issue
Block a user